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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCPU.h58 class IOCPU : public IOService class in inherits:IOService
60 OSDeclareAbstractStructors(IOCPU);
91 virtual void signalCPU(IOCPU *target);
102 OSMetaClassDeclareReservedUnused(IOCPU, 0);
103 OSMetaClassDeclareReservedUnused(IOCPU, 1);
104 OSMetaClassDeclareReservedUnused(IOCPU, 2);
105 OSMetaClassDeclareReservedUnused(IOCPU, 3);
106 OSMetaClassDeclareReservedUnused(IOCPU, 4);
107 OSMetaClassDeclareReservedUnused(IOCPU, 5);
108 OSMetaClassDeclareReservedUnused(IOCPU,
[all...]
H A DMakefile38 IOKitKeysPrivate.h IOCPU.h \
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.h38 #include <IOKit/IOCPU.h>
40 class AppleCPU : public IOCPU
H A DAppleCPU.cpp40 #define super IOCPU
42 OSDefineMetaClassAndStructors(AppleCPU, IOCPU);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp47 #include <IOKit/IOCPU.h>
238 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
246 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
253 IOCPU *sourceCPU = OSDynamicCast(IOCPU, (OSObject *)source);
254 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
261 IOCPU *targetCP
[all...]
H A DIOPlatformExpert.cpp32 #include <IOKit/IOCPU.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38616 IOCPU.cpo \

Completed in 41 milliseconds