Home
last modified time | relevance | path

Searched refs:waitForChildController (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DPassthruInterruptController.h52 virtual void *waitForChildController(void);
/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp100 PassthruInterruptController::waitForChildController(void) in waitForChildController() function in PassthruInterruptController
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp167 gAIC = static_cast<IOInterruptController *>(gCPUIC->waitForChildController()); in cpu_boot_thread()