Home
last modified time | relevance | path

Searched refs:getInterruptHandlerAddress (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp93 handler = getInterruptHandlerAddress(); in start()
125 GenericInterruptController::getInterruptHandlerAddress(void) in getInterruptHandlerAddress() function in GenericInterruptController
H A DGenericInterruptController.h57 virtual IOInterruptAction getInterruptHandlerAddress(void);
/xnu-11215/iokit/IOKit/
H A DIOInterruptController.h93 virtual IOInterruptAction getInterruptHandlerAddress(void);
159 virtual IOInterruptAction getInterruptHandlerAddress(void) APPLE_KEXT_OVERRIDE;
/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp173 vector->handler = (IOInterruptHandler)vector->sharedController->getInterruptHandlerAddress(); in registerInterrupt()
381 IOInterruptController::getInterruptHandlerAddress(void) in getInterruptHandlerAddress() function in IOInterruptController
801 IOSharedInterruptController::getInterruptHandlerAddress(void) in getInterruptHandlerAddress() function in IOSharedInterruptController