Home
last modified time | relevance | path

Searched refs:registerInterruptController (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/iokit/Kernel/
H A DPassthruInterruptController.cpp51 …if (getPlatform()->registerInterruptController(gPlatformInterruptControllerName, this) != kIORetur… in init()
H A DIOCPU.cpp593 getPlatform()->registerInterruptController(gPlatformInterruptControllerName, in registerCPUInterruptController()
H A DIOPlatformExpert.cpp418 IOPlatformExpert::registerInterruptController(OSSymbol *name, IOInterruptController *interruptContr… in registerInterruptController() function in IOPlatformExpert
/xnu-8019.80.24/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp103 getPlatform()->registerInterruptController(interruptControllerName, this); in start()
/xnu-8019.80.24/iokit/IOKit/
H A DIOPlatformExpert.h284 …virtual IOReturn registerInterruptController(OSSymbol *name, IOInterruptController *interruptContr…