Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c21 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
168 ARCH_PERFMON_EVENTSEL_OS | INTEL_BR_RETIRED); in intel_guest_code()
170 ARCH_PERFMON_EVENTSEL_OS | INST_RETIRED); in intel_guest_code()
192 ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_BR_RETIRED); in amd_guest_code()
194 ARCH_PERFMON_EVENTSEL_OS | INST_RETIRED); in amd_guest_code()
526 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD); in intel_masked_events_guest_code()
528 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_STORE); in intel_masked_events_guest_code()
530 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD_STORE); in intel_masked_events_guest_code()
547 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD); in amd_masked_events_guest_code()
549 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_STORE); in amd_masked_events_guest_code()
[all …]
/openbmc/linux/arch/x86/kvm/
H A Dpmu.c421 eventsel |= ARCH_PERFMON_EVENTSEL_OS; in reprogram_counter()
445 !(eventsel & ARCH_PERFMON_EVENTSEL_OS), in reprogram_counter()
797 select_os = config & ARCH_PERFMON_EVENTSEL_OS; in cpl_is_matched()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h26 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c326 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in zhaoxin_pmu_enable_fixed()
/openbmc/linux/arch/x86/events/intel/
H A Dbts.c241 config |= ARCH_PERFMON_EVENTSEL_OS; in __bts_event_start()
H A Dds.c729 if (!(config & ARCH_PERFMON_EVENTSEL_OS)) in intel_pmu_enable_bts()
H A Dcore.c2777 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in intel_pmu_enable_fixed()
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c358 ARCH_PERFMON_EVENTSEL_OS); in amd_core_hw_config()
/openbmc/linux/arch/x86/events/
H A Dcore.c621 event->hw.config |= ARCH_PERFMON_EVENTSEL_OS; in x86_pmu_hw_config()