Home
last modified time | relevance | path

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

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