Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp63 if ((service->getProperty(gIOInterruptControllersKey) != NULL) && in setCPUInterruptProperties()
78 service->setProperty(gIOInterruptControllersKey, controller); in setCPUInterruptProperties()
H A DIOCPU.cpp654 if ((service->propertyExists(gIOInterruptControllersKey)) && in setCPUInterruptProperties()
674 service->setProperty(gIOInterruptControllersKey, controller.get()); in setCPUInterruptProperties()
H A DIODeviceTreeSupport.cpp758 controllers = OSDynamicCast(OSArray, regEntry->getProperty(gIOInterruptControllersKey)); in IODTGetInterruptOptions()
892 ok = regEntry->setProperty( gIOInterruptControllersKey, controllers); in IODTMapInterruptsSharing()
H A DIOService.cpp122 const OSSymbol * gIOInterruptControllersKey; variable
520 gIOInterruptControllersKey in initialize()
635 && gIOInterruptControllersKey && gIOInterruptSpecifiersKey in initialize()
8606 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptControllersKey)); in resolveInterrupt()
/xnu-11215/iokit/IOKit/
H A DIOService.h177 extern const OSSymbol * gIOInterruptControllersKey;