Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dpmu.c69 BIT_ULL(BRANCHES_RETIRED_OVERCOUNT); in get_pmu_errata()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h112 BRANCHES_RETIRED_OVERCOUNT, enumerator
/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c174 if (this_pmu_has_errata(BRANCHES_RETIRED_OVERCOUNT)) in guest_assert_event_count()
H A Dpmu_event_filter_test.c217 bool br_matched = this_pmu_has_errata(BRANCHES_RETIRED_OVERCOUNT) ? \