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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp249 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
251 if (targetCPU == 0) return KERN_FAILURE;
252 return targetCPU->startCPU(start_paddr, arg_paddr);
257 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
259 if (targetCPU) targetCPU->haltCPU();
265 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
267 if (sourceCPU && targetCPU) sourceCPU->signalCPU(targetCPU);
272 IOCPU *targetCPU local
279 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target); local
[all...]

Completed in 14 milliseconds