Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dperfctr-watchdog.c32 #define NMI_MAX_COUNTER_BITS 66 macro
41 static DECLARE_BITMAP(perfctr_nmi_owner, NMI_MAX_COUNTER_BITS);
42 static DECLARE_BITMAP(evntsel_nmi_owner, NMI_MAX_COUNTER_BITS);
114 if (counter > NMI_MAX_COUNTER_BITS) in reserve_perfctr_nmi()
129 if (counter > NMI_MAX_COUNTER_BITS) in release_perfctr_nmi()
142 if (counter > NMI_MAX_COUNTER_BITS) in reserve_evntsel_nmi()
157 if (counter > NMI_MAX_COUNTER_BITS) in release_evntsel_nmi()

Completed in 4 milliseconds