Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp173 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; in signalInterrupt()
215 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; in normalInterruptOccurred()
268 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; in disableInterruptOccurred()
H A DIOInterruptEventSource.cpp328 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; in checkForWork()
451 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; in normalInterruptOccurred()
480 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; in disableInterruptOccurred()
/xnu-12377.61.12/iokit/IOKit/
H A DIOKitDebug.h123 kIOTraceIntEventSource = 0x00000008ULL, // Trace IOIES and IOFIES sources enumerator