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

/macosx-10.10.1/xnu-2782.1.97/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.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp48 #include <IOKit/IOCPU.h>
290 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
298 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
305 IOCPU *sourceCPU = OSDynamicCast(IOCPU, (OSObject *)source);
306 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
313 IOCPU *targetCP
[all...]
H A DIOPlatformExpert.cpp29 #include <IOKit/IOCPU.h>
H A DIOPMrootDomain.cpp35 #include <IOKit/IOCPU.h>

Completed in 87 milliseconds