Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/
Dperf_event.h872 #define PMU_FL_EXCL_ENABLED 0x8 /* exclusive counter active */ macro
1258 return !!(x86_pmu.flags & PMU_FL_EXCL_ENABLED); in is_ht_workaround_enabled()
/kernel/linux/linux-5.10/arch/x86/events/intel/
Dcore.c4627 x86_pmu.flags |= PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED; in intel_ht_bug()
5643 if (!(x86_pmu.flags & PMU_FL_EXCL_ENABLED)) in fixup_ht_bug()
5655 x86_pmu.flags &= ~(PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED); in fixup_ht_bug()