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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp238 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
240 if (targetCPU == 0) return KERN_FAILURE;
241 return targetCPU->startCPU(start_paddr, arg_paddr);
246 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
248 if (targetCPU) targetCPU->haltCPU();
254 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
256 if (sourceCPU && targetCPU) sourceCPU->signalCPU(targetCPU);
261 IOCPU *targetCPU local
268 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
[all...]

Completed in 23 milliseconds