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

/darwin-on-arm/xnu/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h57 virtual IOInterruptAction getInterruptHandlerAddress(void);
H A DGenericInterruptController.cpp88 handler = getInterruptHandlerAddress();
116 IOInterruptAction GenericInterruptController::getInterruptHandlerAddress(void) function in class:GenericInterruptController
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptController.h93 virtual IOInterruptAction getInterruptHandlerAddress(void);
145 virtual IOInterruptAction getInterruptHandlerAddress(void);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptController.cpp168 vector->handler = (IOInterruptHandler)vector->sharedController->getInterruptHandlerAddress();
347 IOInterruptAction IOInterruptController::getInterruptHandlerAddress(void) function in class:IOInterruptController
659 IOInterruptAction IOSharedInterruptController::getInterruptHandlerAddress(void) function in class:IOSharedInterruptController

Completed in 76 milliseconds