Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h633 #define PMU_FL_EXCL_ENABLED 0x8 /* exclusive counter active */ macro
920 return !!(x86_pmu.flags & PMU_FL_EXCL_ENABLED); in is_ht_workaround_enabled()
Dperf_event_intel.c2943 x86_pmu.flags |= PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED; in intel_ht_bug()
3391 if (!(x86_pmu.flags & PMU_FL_EXCL_ENABLED)) in fixup_ht_bug()
3402 x86_pmu.flags &= ~(PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED); in fixup_ht_bug()