Searched refs:IOInterruptAction (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/iokit/Examples/drvGenericInterruptController/ |
| H A D | GenericInterruptController.cpp | 52 IOInterruptAction handler; in start() 124 IOInterruptAction 127 return (IOInterruptAction)handleInterrupt; in getInterruptHandlerAddress()
|
| H A D | GenericInterruptController.h | 57 virtual IOInterruptAction getInterruptHandlerAddress(void);
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOInterruptController.h | 93 virtual IOInterruptAction getInterruptHandlerAddress(void); 159 virtual IOInterruptAction getInterruptHandlerAddress(void) APPLE_KEXT_OVERRIDE;
|
| H A D | IOService.h | 228 typedef void (*IOInterruptAction)( OSObject * target, void * refCon, typedef 1379 IOInterruptAction handler,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterruptEventSource.cpp | 137 IOInterruptAction intHandler; in registerInterruptHandler() 146 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler() 149 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler()
|
| H A D | IOInterruptController.cpp | 380 IOInterruptAction 800 IOInterruptAction 803 return OSMemberFunctionCast(IOInterruptAction, in getInterruptHandlerAddress()
|
| H A D | IOCPU.cpp | 223 …targetCPU->getProvider()->registerInterrupt(1, targetCPU, (IOInterruptAction)(void (*)(void))pmi_h… in PE_cpu_perfmon_interrupt_enable()
|
| H A D | IOService.cpp | 8697 IOInterruptAction handler, in registerInterrupt()
|
| /xnu-11215/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 134 if (cpu->registerInterrupt(0, NULL, (IOInterruptAction)ipi_handler, NULL) != kIOReturnSuccess || in register_aic_handlers() 136 cpu->registerInterrupt(2, NULL, (IOInterruptAction)ipi_handler, NULL) != kIOReturnSuccess || in register_aic_handlers() 149 …if (cpu->registerInterrupt(1, NULL, (IOInterruptAction)(void (*)(void))pmi_handler, NULL) != kIORe… in register_aic_handlers()
|