Home
last modified time | relevance | path

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

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