Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOPMGR.cpp35 IOPMGR::enableCPUCore(unsigned int cpu_id, uint64_t entry_pa) in enableCPUCore() function in IOPMGR
39 enableCPUCore(cpu_id); in enableCPUCore()
43 IOPMGR::enableCPUCore(unsigned int cpu_id) in enableCPUCore() function in IOPMGR
/xnu-8020.121.3/iokit/IOKit/
H A DIOPMGR.h57 virtual void enableCPUCore(unsigned int cpu_id, uint64_t entry_pa);
63 virtual void enableCPUCore(unsigned int cpu_id);
/xnu-8020.121.3/iokit/Kernel/arm/
H A DAppleARMSMP.cpp237 gPMGR->enableCPUCore(cpu_id, ml_vtophys((vm_offset_t)&LowResetVectorBase)); in PE_cpu_start()