Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/arm/
H A DAppleARMSMP.cpp58 static IOPMGR *gPMGR; variable
73 gPMGR->enterCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
75 gPMGR->exitCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
82 gPMGR->updateCPUIdle(new_timeout_ticks); in idle_timer_wrapper()
166 gPMGR = OSDynamicCast(IOPMGR, in cpu_boot_thread()
191 gPMGR->initCPUIdle(&this_processor_info); in cpu_boot_thread()
237 gPMGR->enableCPUCore(cpu_id, ml_vtophys((vm_offset_t)&LowResetVectorBase)); in PE_cpu_start()
312 gPMGR->disableCPUCore(cpu_id); in PE_cpu_machine_quiesce()
326 gPMGR->disableCPUCore(cpu_id); in PE_cpu_down()