Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dperf_event.h997 #define PMU_FL_EXCL_ENABLED 0x8 /* exclusive counter active */ macro
1621 return !!(x86_pmu.flags & PMU_FL_EXCL_ENABLED); in is_ht_workaround_enabled()
/linux-6.1.9/arch/x86/events/intel/
Dcore.c5093 x86_pmu.flags |= PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED; in intel_ht_bug()
6628 if (!(x86_pmu.flags & PMU_FL_EXCL_ENABLED)) in fixup_ht_bug()
6640 x86_pmu.flags &= ~(PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED); in fixup_ht_bug()