Searched refs:cpu_cache_dispatch (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/osfmk/arm/ |
| H A D | caches.c | 85 if (paddr && (cpu_data_ptr->cpu_cache_dispatch != NULL)) { in flush_dcache() 86 …cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlushRegion, (unsigned int) paddr… in flush_dcache() 119 if (paddr && (cpu_data_ptr->cpu_cache_dispatch != NULL)) { in clean_dcache() 120 …cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanRegion, (unsigned int) paddr, (un… in clean_dcache() 135 if (getCpuDatap()->cpu_cache_dispatch != NULL) { in flush_dcache_syscall() 136 getCpuDatap()->cpu_cache_dispatch(getCpuDatap()->cpu_id, CacheCleanFlush, 0x0UL, 0x0UL); in flush_dcache_syscall() 155 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_flush64() 156 cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlush, 0x0UL, 0x0UL); in dcache_incoherent_io_flush64() 182 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_flush64() 183 …cpu_data_ptr->cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheCleanFlushRegion, (unsigned int) paddr… in dcache_incoherent_io_flush64() [all …]
|
| H A D | cpu_data_internal.h | 154 cache_dispatch_t cpu_cache_dispatch; member
|
| H A D | cpu_common.c | 705 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in cpu_machine_init()
|
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | cpu.c | 773 cpu_data_ptr->cpu_cache_dispatch = NULL; in cpu_data_init()
|
| H A D | machine_routines.c | 1625 this_cpu_datap->cpu_cache_dispatch = (cache_dispatch_t)in_processor_info->platform_cache_dispatch; in ml_processor_register()
|