Home
last modified time | relevance | path

Searched refs:cpu_CLW_active (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/arm/
H A Dcaches.c379 cpu_data_ptr->cpu_CLW_active = 0; in platform_cache_idle_enter()
439 getCpuDatap()->cpu_CLW_active = 1; in platform_cache_idle_exit()
521 if (target_cdp->cpu_CLW_active == 0) { in cache_xcall()
531 if (target_cdp->cpu_CLW_active == 0) { in cache_xcall()
H A Dcpu.c377 cpu_data_ptr->cpu_CLW_active = 0x1UL; in cpu_data_init()
512 cpu_data_ptr->cpu_CLW_active = 0; in ml_arm_sleep()
H A Darm_init.c654 cpu_data_ptr->cpu_CLW_active = 1; in arm_init_cpu()
776 cpu_data_ptr->cpu_CLW_active = 1; in arm_init_idle_cpu()
H A Dcpu_data_internal.h226 volatile uint32_t cpu_CLW_active; member