Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/ !
H A Dcaches.c500 cpu_data_t *target_cdp; in cache_xcall() local
516 target_cdp = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in cache_xcall()
517 if (target_cdp == (cpu_data_t *)NULL) { in cache_xcall()
521 if (target_cdp->cpu_CLW_active == 0) { in cache_xcall()
526 target_cdp->cpu_CLWFlush_req = abstime; in cache_xcall()
528 target_cdp->cpu_CLWClean_req = abstime; in cache_xcall()
531 if (target_cdp->cpu_CLW_active == 0) { in cache_xcall()
533 target_cdp->cpu_CLWFlush_req = 0x0ULL; in cache_xcall()
535 target_cdp->cpu_CLWClean_req = 0x0ULL; in cache_xcall()
540 if (target_cdp == cdp) { in cache_xcall()
[all …]
H A Dcpu.c477 cpu_data_t *target_cdp; in ml_arm_sleep() local
482 target_cdp = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in ml_arm_sleep()
483 if (target_cdp == (cpu_data_t *)NULL) { in ml_arm_sleep()
487 if (target_cdp == cpu_data_ptr) { in ml_arm_sleep()
491 while (target_cdp->cpu_sleep_token != ARM_CPU_ON_SLEEP_PATH) { in ml_arm_sleep()
/xnu-8020.101.4/osfmk/arm64/ !
H A Dcpu.c1017 cpu_data_t *target_cdp; in ml_arm_sleep() local
1023 target_cdp = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in ml_arm_sleep()
1025 if ((target_cdp == NULL) || (target_cdp == cpu_data_ptr)) { in ml_arm_sleep()
1029 while (target_cdp->cpu_sleep_token != ARM_CPU_ON_SLEEP_PATH) { in ml_arm_sleep()
/xnu-8020.101.4/osfmk/i386/ !
H A Di386_timer.c371 cpu_data_t *target_cdp = cpu_datap(target_cpu); in timer_queue_migrate_cpu() local
393 &target_cdp->rtclock_timer.queue); in timer_queue_migrate_cpu()