Searched refs:NMI_MAX_COUNTER_BITS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c51 #define NMI_MAX_COUNTER_BITS 66 macro
60 static DECLARE_BITMAP(perfctr_nmi_owner, NMI_MAX_COUNTER_BITS);
61 static DECLARE_BITMAP(evntsel_nmi_owner, NMI_MAX_COUNTER_BITS);
114 BUG_ON(counter > NMI_MAX_COUNTER_BITS);
126 if (counter > NMI_MAX_COUNTER_BITS)
141 if (counter > NMI_MAX_COUNTER_BITS)
154 if (counter > NMI_MAX_COUNTER_BITS)
169 if (counter > NMI_MAX_COUNTER_BITS)

Completed in 111 milliseconds