Home
last modified time | relevance | path

Searched refs:gInterruptAccountingStatisticBitmask (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h77 extern uint32_t gInterruptAccountingStatisticBitmask;
86 (IA_GET_ENABLE_BIT(statisticIndex) & gInterruptAccountingStatisticBitmask)
92 …_ENABLE_BIT(kInterruptAccountingInvalidStatisticIndex) - 1) & gInterruptAccountingStatisticBitmask)
/xnu-11215.1.10/iokit/Kernel/
H A DIOInterruptAccounting.cpp34 uint32_t gInterruptAccountingStatisticBitmask = variable
53 gInterruptAccountingStatisticBitmask = bootArgValue; in interruptAccountingInit()