Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/arm/
H A DAppleARMSMP.cpp60 static IOPMGR *gPMGR; variable
79 gPMGR->enterCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
81 gPMGR->exitCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
88 gPMGR->updateCPUIdle(new_timeout_ticks); in idle_timer_wrapper()
172 gPMGR = OSDynamicCast(IOPMGR, in cpu_boot_thread()
197 gPMGR->initCPUIdle(&this_processor_info); in cpu_boot_thread()
284 gPMGR->enableCPUCore(cpu_id, ml_vtophys(reset_vector_vaddr)); in PE_cpu_start_internal()
286 gPMGR->enableCPUCore(cpu_id, 0); in PE_cpu_start_internal()
373 gPMGR->disableCPUCore(cpu_id); in PE_cpu_machine_quiesce()
404 gPMGR->disableCPUCore(cpu_id); in PE_cpu_down()
[all …]