Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/
Dperfctr-watchdog.c31 #define NMI_MAX_COUNTER_BITS 66 macro
40 static DECLARE_BITMAP(perfctr_nmi_owner, NMI_MAX_COUNTER_BITS);
41 static DECLARE_BITMAP(evntsel_nmi_owner, NMI_MAX_COUNTER_BITS);
96 BUG_ON(counter > NMI_MAX_COUNTER_BITS); in avail_to_resrv_perfctr_nmi_bit()
108 if (counter > NMI_MAX_COUNTER_BITS) in reserve_perfctr_nmi()
123 if (counter > NMI_MAX_COUNTER_BITS) in release_perfctr_nmi()
136 if (counter > NMI_MAX_COUNTER_BITS) in reserve_evntsel_nmi()
151 if (counter > NMI_MAX_COUNTER_BITS) in release_evntsel_nmi()