Home
last modified time | relevance | path

Searched refs:cpu_cache_dispatch (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/arm/
H A Dcaches.c85 if (paddr && (cpu_data_ptr->cpu_cache_dispatch != NULL)) { in flush_dcache()
135 if (getCpuDatap()->cpu_cache_dispatch != NULL) { in flush_dcache_syscall()
155 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_flush64()
182 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_flush64()
216 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_store64()
241 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in dcache_incoherent_io_store64()
282 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_init()
300 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_flush()
313 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_clean()
326 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in platform_cache_shutdown()
[all …]
H A Dcpu_data_internal.h151 cache_dispatch_t cpu_cache_dispatch; member
H A Dcpu_common.c681 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in cpu_machine_init()
/xnu-11215/osfmk/arm64/
H A Dcpu.c777 cpu_data_ptr->cpu_cache_dispatch = NULL; in cpu_data_init()
H A Dmachine_routines.c1619 this_cpu_datap->cpu_cache_dispatch = (cache_dispatch_t)in_processor_info->platform_cache_dispatch; in ml_processor_register()