Searched refs:cpu_cache_dispatch (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.140.41/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() 138 if (getCpuDatap()->cpu_cache_dispatch != NULL) { in flush_dcache_syscall() 139 getCpuDatap()->cpu_cache_dispatch(getCpuDatap()->cpu_id, CacheCleanFlush, 0x0UL, 0x0UL); in flush_dcache_syscall() 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() 191 …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 | 141 cache_dispatch_t cpu_cache_dispatch; member
|
| H A D | genassym.c | 227 offsetof(cpu_data_t, cpu_cache_dispatch)); in main()
|
| H A D | cpu.c | 336 cpu_data_ptr->cpu_cache_dispatch = NULL; in cpu_data_init()
|
| H A D | cpu_common.c | 677 if (cpu_data_ptr->cpu_cache_dispatch != NULL) { in cpu_machine_init()
|
| H A D | machine_routines.c | 587 this_cpu_datap->cpu_cache_dispatch = (cache_dispatch_t) in_processor_info->platform_cache_dispatch; in ml_processor_register()
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | cpu.c | 803 cpu_data_ptr->cpu_cache_dispatch = NULL; in cpu_data_init()
|
| H A D | machine_routines.c | 1296 this_cpu_datap->cpu_cache_dispatch = (cache_dispatch_t)in_processor_info->platform_cache_dispatch; in ml_processor_register()
|