Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/arm/
H A DAppleARMSMP.cpp59 static PassthruInterruptController *gCPUIC; variable
163 gCPUIC = new PassthruInterruptController; in cpu_boot_thread()
164 if (!gCPUIC || !gCPUIC->init()) { in cpu_boot_thread()
167 gAIC = static_cast<IOInterruptController *>(gCPUIC->waitForChildController()); in cpu_boot_thread()
412 gCPUIC->externalInterrupt(); in PE_handle_ext_interrupt()