Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/arm/ !
H A DAppleARMSMP.cpp57 static PassthruInterruptController *gCPUIC; variable
157 gCPUIC = new PassthruInterruptController; in cpu_boot_thread()
158 if (!gCPUIC || !gCPUIC->init()) { in cpu_boot_thread()
161 gAIC = static_cast<IOInterruptController *>(gCPUIC->waitForChildController()); in cpu_boot_thread()
333 gCPUIC->externalInterrupt(); in PE_handle_ext_interrupt()