Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOPlatformExpert.h286 lookUpInterruptController(OSSymbol *name);
/xnu-8019.80.24/iokit/Kernel/
H A DIOPlatformExpert.cpp445 IOPlatformExpert::lookUpInterruptController(OSSymbol *name) in lookUpInterruptController() function in IOPlatformExpert
H A DIOService.cpp8311 interruptController = getPlatform()->lookUpInterruptController(interruptControllerName); in resolveInterrupt()