Home
last modified time | relevance | path

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

/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp52 IOInterruptAction handler; in start()
124 IOInterruptAction
127 return (IOInterruptAction)handleInterrupt; in getInterruptHandlerAddress()
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;
H A DIOService.h228 typedef void (*IOInterruptAction)( OSObject * target, void * refCon, typedef
1379 IOInterruptAction handler,
/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp137 IOInterruptAction intHandler; in registerInterruptHandler()
146 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler()
149 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler()
H A DIOInterruptController.cpp380 IOInterruptAction
800 IOInterruptAction
803 return OSMemberFunctionCast(IOInterruptAction, in getInterruptHandlerAddress()
H A DIOCPU.cpp223 …targetCPU->getProvider()->registerInterrupt(1, targetCPU, (IOInterruptAction)(void (*)(void))pmi_h… in PE_cpu_perfmon_interrupt_enable()
H A DIOService.cpp8697 IOInterruptAction handler, in registerInterrupt()
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp134 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()