Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dperf_event.h315 #define GLOBAL_STATUS_BUFFER_OVF_BIT 62 macro
316 #define GLOBAL_STATUS_BUFFER_OVF BIT_ULL(GLOBAL_STATUS_BUFFER_OVF_BIT)
/arch/x86/events/intel/
Dcore.c2834 if (__test_and_clear_bit(GLOBAL_STATUS_BUFFER_OVF_BIT, (unsigned long *)&status)) { in handle_pmi_common()