Lines Matching refs:cpu_data_ptr

66 	cpu_data_t      *cpu_data_ptr = getCpuDatap();  in flush_dcache()  local
85 if (paddr && (cpu_data_ptr->cpu_cache_dispatch != NULL)) { in flush_dcache()
86cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlushRegion, (unsigned int) paddr… in flush_dcache()
100 cpu_data_t *cpu_data_ptr = getCpuDatap(); in clean_dcache() local
119 if (paddr && (cpu_data_ptr->cpu_cache_dispatch != NULL)) { in clean_dcache()
120cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanRegion, (unsigned int) paddr, (un… in clean_dcache()
155 cpu_data_t *cpu_data_ptr = getCpuDatap(); in dcache_incoherent_io_flush64() local
162 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_flush64()
163 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlush, 0x0UL, 0x0UL); in dcache_incoherent_io_flush64()
190 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_flush64()
191cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlushRegion, (unsigned int) paddr… in dcache_incoherent_io_flush64()
213 cpu_data_t *cpu_data_ptr = getCpuDatap(); in dcache_incoherent_io_store64() local
225 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_store64()
226 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheClean, 0x0UL, 0x0UL); in dcache_incoherent_io_store64()
230 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_store64()
231 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheClean, 0x0UL, 0x0UL); in dcache_incoherent_io_store64()
256 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_store64()
257cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanRegion, (unsigned int) paddr, (un… in dcache_incoherent_io_store64()
293 cpu_data_t *cpu_data_ptr = getCpuDatap(); in platform_cache_init() local
297 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_init()
298 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheControl, CacheControlEnable, 0x0UL); in platform_cache_init()
301cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheConfig, CacheConfigSize, (unsigned int… in platform_cache_init()
311 cpu_data_t *cpu_data_ptr = getCpuDatap(); in platform_cache_flush() local
315 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_flush()
316 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlush, 0x0UL, 0x0UL); in platform_cache_flush()
324 cpu_data_t *cpu_data_ptr = getCpuDatap(); in platform_cache_clean() local
328 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_clean()
329 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheClean, 0x0UL, 0x0UL); in platform_cache_clean()
337 cpu_data_t *cpu_data_ptr = getCpuDatap(); in platform_cache_shutdown() local
341 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_shutdown()
342 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheShutdown, 0x0UL, 0x0UL); in platform_cache_shutdown()
378 cpu_data_t *cpu_data_ptr = getCpuDatap(); in platform_cache_idle_enter() local
379 cpu_data_ptr->cpu_CLW_active = 0; in platform_cache_idle_enter()
381 cpu_data_ptr->cpu_CLWFlush_req = 0; in platform_cache_idle_enter()
382 cpu_data_ptr->cpu_CLWClean_req = 0; in platform_cache_idle_enter()
383 CleanPoC_DcacheRegion((vm_offset_t) cpu_data_ptr, sizeof(cpu_data_t)); in platform_cache_idle_enter()