Searched refs:handleInterrupt (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/iokit/Examples/drvGenericInterruptController/ |
| H A D | GenericInterruptController.cpp | 127 return (IOInterruptAction)handleInterrupt; in getInterruptHandlerAddress() 132 GenericInterruptController::handleInterrupt(void * refCon, in handleInterrupt() function in GenericInterruptController
|
| H A D | GenericInterruptController.h | 60 virtual IOReturn handleInterrupt(void *refCon,
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOInterruptController.h | 94 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, 160 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source) APPLE_KEXT_OVERRIDE;
|
| H A D | PassthruInterruptController.h | 68 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
|
| H A D | IOCPU.h | 144 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
|
| /xnu-11215/iokit/IOKit/platform/ |
| H A D | AppleNMI.h | 64 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | PassthruInterruptController.cpp | 147 PassthruInterruptController::handleInterrupt(void */*refCon*/, in handleInterrupt() function in PassthruInterruptController
|
| H A D | IOInterruptController.cpp | 387 IOInterruptController::handleInterrupt(void *refCon, IOService *nub, in handleInterrupt() function in IOInterruptController 804 this, &IOSharedInterruptController::handleInterrupt); in getInterruptHandlerAddress() 808 IOSharedInterruptController::handleInterrupt(void * /*refCon*/, in handleInterrupt() function in IOSharedInterruptController
|
| H A D | IOCPU.cpp | 682 IOInterruptHandler, this, &IOCPUInterruptController::handleInterrupt); in enableCPUInterrupt() 790 IOCPUInterruptController::handleInterrupt(void */*refCon*/, in handleInterrupt() function in IOCPUInterruptController
|