Home
last modified time | relevance | path

Searched refs:gPlatformInterruptControllerName (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp46 !this->setProperty(gPlatformInterruptControllerName, kOSBooleanTrue) || in init()
51 …if (getPlatform()->registerInterruptController(gPlatformInterruptControllerName, this) != kIORetur… in init()
77 controller->setObject(gPlatformInterruptControllerName); in setCPUInterruptProperties()
H A DIOCPU.cpp639 setProperty(gPlatformInterruptControllerName, kOSBooleanTrue); in registerCPUInterruptController()
642 getPlatform()->registerInterruptController(gPlatformInterruptControllerName, in registerCPUInterruptController()
670 controller->setObject(gPlatformInterruptControllerName); in setCPUInterruptProperties()
H A DIOPlatformExpert.cpp114 OSSymbol * gPlatformInterruptControllerName; variable
167gPlatformInterruptControllerName = (OSSymbol *)OSSymbol::withCStringNoCopy("IOPlatformInterruptCon… in start()
473 matching = propertyMatching(gPlatformInterruptControllerName, kOSBooleanTrue, matching); in setCPUInterruptProperties()
/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h147 extern OSSymbol * gPlatformInterruptControllerName;