Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOInterruptEventSource.h199 virtual int getIntIndex() const;
/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp305 IOInterruptEventSource::getIntIndex() const in getIntIndex() function in IOInterruptEventSource
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp803 EXLOG("%s id 0x%llx (irq index %d)\n", __func__, getRegistryEntryID(), eventSource->getIntIndex()); in exclaveInterruptOccurred()
811 …ice_ioserviceprivate_interruptoccurredprivate(&ref->edk_client, eventSource->getIntIndex(), count); in exclaveInterruptOccurred()