Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOInterruptAccounting.h73 #define IA_GET_CHANNEL_ID(interruptIndex, statisticIndex) \ argument
75 ((interruptIndex % IA_INDEX_MASK) << IA_INTERRUPT_INDEX_SHIFT) + \
H A DIOInterruptAccountingPrivate.h161 int interruptIndex; member
/xnu-11215/iokit/Kernel/
H A DIOInterruptAccounting.cpp86 reporter->setValue(IA_GET_CHANNEL_ID(data->interruptIndex, i), data->interruptStatistics[i]); in interruptAccountingDataUpdateChannels()
98 data->interruptStatistics[i] = reporter->getValue(IA_GET_CHANNEL_ID(data->interruptIndex, i)); in interruptAccountingDataInheritChannels()
H A DIOInterruptEventSource.cpp165 reserved->statistics->interruptIndex = inIntIndex; in registerInterruptHandler()
196 provider->removeInterruptStatistics(reserved->statistics->interruptIndex); in unregisterInterruptHandler()
/xnu-11215/tools/lldbmacros/
H A Dioreg.py1604 interrupt_index = i.interruptIndex
1654 interrupt_index = i.interruptIndex