Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/
Dperf_event.h735 #define PMU_FL_EXCL_ENABLED 0x8 /* exclusive counter active */ macro
1073 return !!(x86_pmu.flags & PMU_FL_EXCL_ENABLED); in is_ht_workaround_enabled()
/Linux-v5.4/arch/x86/events/intel/
Dcore.c4215 x86_pmu.flags |= PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED; in intel_ht_bug()
5187 if (!(x86_pmu.flags & PMU_FL_EXCL_ENABLED)) in fixup_ht_bug()
5199 x86_pmu.flags &= ~(PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED); in fixup_ht_bug()