Home
last modified time | relevance | path

Searched refs:setCPUInterruptProperties (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.81.4/iokit/IOKit/
H A DPassthruInterruptController.h54 virtual void setCPUInterruptProperties(IOService *service) APPLE_KEXT_OVERRIDE;
H A DIOCPU.h131 virtual void setCPUInterruptProperties(IOService *service) APPLE_KEXT_OVERRIDE;
H A DIOInterruptController.h105 virtual void setCPUInterruptProperties(IOService *service);
H A DIOPlatformExpert.h288 virtual void setCPUInterruptProperties(IOService *service);
/xnu-12377.81.4/iokit/Kernel/
H A DPassthruInterruptController.cpp61 PassthruInterruptController::setCPUInterruptProperties(IOService *service) in setCPUInterruptProperties() function in PassthruInterruptController
H A DIOCPU.cpp647 IOCPUInterruptController::setCPUInterruptProperties(IOService *service) in setCPUInterruptProperties() function in IOCPUInterruptController
H A DIOInterruptController.cpp435 IOInterruptController::setCPUInterruptProperties(IOService */*service*/) in setCPUInterruptProperties() function in IOInterruptController
H A DIOPlatformExpert.cpp468 IOPlatformExpert::setCPUInterruptProperties(IOService *service) in setCPUInterruptProperties() function in IOPlatformExpert
477 controller->setCPUInterruptProperties(service); in setCPUInterruptProperties()
/xnu-12377.81.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp90 getPlatform()->setCPUInterruptProperties(provider); in start()