Searched refs:bootCPU (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp298 IOCPU *bootCPU = NULL; local
337 // We make certain that the bootCPU is the last to sleep
342 bootCPU = target;
350 if (bootCPU)
351 bootCPU->haltCPU();
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s68 #define bootCPU 10 define
99 crclr bootCPU ; Set non-boot processor
135 crset bootCPU ; Set boot processor
153 crand firstBoot,bootCPU,firstInit ; Indicate if we are on the initial first processor startup
257 crand firstBoot,bootCPU,firstInit ; Indicate if we are on the initial first processor startup
432 bt bootCPU,run32
454 isnot64: bf bootCPU,callcpu

Completed in 25 milliseconds