Home
last modified time | relevance | path

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

/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp127 return (IOInterruptAction)handleInterrupt; in getInterruptHandlerAddress()
132 GenericInterruptController::handleInterrupt(void * refCon, in handleInterrupt() function in GenericInterruptController
H A DGenericInterruptController.h60 virtual IOReturn handleInterrupt(void *refCon,
/xnu-11215/iokit/IOKit/
H A DIOInterruptController.h94 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
160 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source) APPLE_KEXT_OVERRIDE;
H A DPassthruInterruptController.h68 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
H A DIOCPU.h144 virtual IOReturn handleInterrupt(void *refCon, IOService *nub,
/xnu-11215/iokit/IOKit/platform/
H A DAppleNMI.h64 virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source);
/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp147 PassthruInterruptController::handleInterrupt(void */*refCon*/, in handleInterrupt() function in PassthruInterruptController
H A DIOInterruptController.cpp387 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 DIOCPU.cpp682 IOInterruptHandler, this, &IOCPUInterruptController::handleInterrupt); in enableCPUInterrupt()
790 IOCPUInterruptController::handleInterrupt(void */*refCon*/, in handleInterrupt() function in IOCPUInterruptController