Searched refs:registerInterrupt (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.cpp74 provider->registerInterrupt(0, this, handler, 0);
H A DIOCPU.h135 virtual IOReturn registerInterrupt(IOService * nub, int source, void *target, IOInterruptHandler handler, void *refCon);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptController.h80 virtual IOReturn registerInterrupt(IOService *nub, int source,
133 virtual IOReturn registerInterrupt(IOService *nub, int source,
H A DIOCPU.h136 virtual IOReturn registerInterrupt(IOService *nub, int source,
H A DIOService.h1030 /*! @function registerInterrupt
1039 virtual IOReturn registerInterrupt(int source, OSObject *target,
1045 @discussion This method removes a C function interrupt handler previously installed with @link registerInterrupt registerInterrupt@/link.
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp78 provider->registerInterrupt(0, this, handler, 0);
/darwin-on-arm/xnu/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp89 provider->registerInterrupt(0, this, handler, 0);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptController.cpp54 IOReturn IOInterruptController::registerInterrupt(IOService *nub, int source, function in class:IOInterruptController
140 error = vector->sharedController->registerInterrupt(originalNub,
192 error = vector->sharedController->registerInterrupt(nub, source, target,
472 IOReturn IOSharedInterruptController::registerInterrupt(IOService *nub, function in class:IOSharedInterruptController
H A DIOInterruptEventSource.cpp121 ret = provider->registerInterrupt(inIntIndex, this, intHandler);
H A DIOCPU.cpp696 IOReturn IOCPUInterruptController::registerInterrupt(IOService *nub, function in class:IOCPUInterruptController
H A DIOService.cpp5425 IOReturn IOService::registerInterrupt(int source, OSObject *target, function in class:IOService
5436 return interruptController->registerInterrupt(this, source, target,

Completed in 45 milliseconds