Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dperf_event.h389 #define GLOBAL_STATUS_BUFFER_OVF_BIT 62 macro
390 #define GLOBAL_STATUS_BUFFER_OVF BIT_ULL(GLOBAL_STATUS_BUFFER_OVF_BIT)
/linux/arch/x86/kvm/
A Dpmu.c115 skip_pmi = __test_and_set_bit(GLOBAL_STATUS_BUFFER_OVF_BIT, in __kvm_perf_overflow()
/linux/arch/x86/events/intel/
A Dcore.c3061 if (__test_and_clear_bit(GLOBAL_STATUS_BUFFER_OVF_BIT, (unsigned long *)&status)) { in handle_pmi_common()

Completed in 23 milliseconds