Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.cpp591 setProperty(gPlatformInterruptControllerName, kOSBooleanTrue); in registerCPUInterruptController()
594 getPlatform()->registerInterruptController(gPlatformInterruptControllerName, in registerCPUInterruptController()
622 controller->setObject(gPlatformInterruptControllerName); in setCPUInterruptProperties()
H A DIOPlatformExpert.cpp114 OSSymbol * gPlatformInterruptControllerName; variable
167gPlatformInterruptControllerName = (OSSymbol *)OSSymbol::withCStringNoCopy("IOPlatformInterruptCon… in start()
472 matching = propertyMatching(gPlatformInterruptControllerName, kOSBooleanTrue, matching); in setCPUInterruptProperties()
/xnu-8020.101.4/iokit/IOKit/
H A DIOPlatformExpert.h146 extern OSSymbol * gPlatformInterruptControllerName;