Home
last modified time | relevance | path

Searched refs:ARCH_PERFMON_EVENTSEL_OS (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c21 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
138 ARCH_PERFMON_EVENTSEL_OS | INTEL_BR_RETIRED); in intel_guest_code()
163 ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_BR_RETIRED); in amd_guest_code()
/Linux-v6.1/arch/x86/kvm/
Dpmu.c318 eventsel |= ARCH_PERFMON_EVENTSEL_OS; in reprogram_counter()
335 !(eventsel & ARCH_PERFMON_EVENTSEL_OS), in reprogram_counter()
548 select_os = config & ARCH_PERFMON_EVENTSEL_OS; in cpl_is_matched()
/Linux-v6.1/arch/x86/include/asm/
Dperf_event.h26 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
/Linux-v6.1/arch/x86/events/zhaoxin/
Dcore.c326 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in zhaoxin_pmu_enable_fixed()
/Linux-v6.1/arch/x86/events/intel/
Dbts.c241 config |= ARCH_PERFMON_EVENTSEL_OS; in __bts_event_start()
Dds.c674 if (!(config & ARCH_PERFMON_EVENTSEL_OS)) in intel_pmu_enable_bts()
Dcore.c2746 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in intel_pmu_enable_fixed()
/Linux-v6.1/arch/x86/events/amd/
Dcore.c344 ARCH_PERFMON_EVENTSEL_OS); in amd_core_hw_config()
/Linux-v6.1/arch/x86/events/
Dcore.c619 event->hw.config |= ARCH_PERFMON_EVENTSEL_OS; in x86_pmu_hw_config()