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

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.cpp53 cpuIC = new IOCPUInterruptController;
54 if (cpuIC == 0) return false;
56 if (cpuIC->initCPUInterruptController(1) != kIOReturnSuccess) return false;
57 cpuIC->attach(this);
59 cpuIC->registerCPUInterruptController();
87 cpuIC->enableCPUInterrupt(this);
H A DAppleCPU.h45 IOCPUInterruptController *cpuIC; member in class:AppleCPU

Completed in 24 milliseconds