Home
last modified time | relevance | path

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

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