Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dpmu_event_filter_test.c21 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
115 ARCH_PERFMON_EVENTSEL_OS | INTEL_BR_RETIRED); in intel_guest_code()
140 ARCH_PERFMON_EVENTSEL_OS | AMD_ZEN_BR_RETIRED); in amd_guest_code()
506 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD); in intel_masked_events_guest_code()
508 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_STORE); in intel_masked_events_guest_code()
510 ARCH_PERFMON_EVENTSEL_OS | MEM_INST_RETIRED_LOAD_STORE); in intel_masked_events_guest_code()
530 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD); in amd_masked_events_guest_code()
532 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_STORE); in amd_masked_events_guest_code()
534 ARCH_PERFMON_EVENTSEL_OS | LS_DISPATCH_LOAD_STORE); in amd_masked_events_guest_code()
/linux-6.3-rc2/arch/x86/kvm/
A Dpmu.c428 eventsel |= ARCH_PERFMON_EVENTSEL_OS; in reprogram_counter()
452 !(eventsel & ARCH_PERFMON_EVENTSEL_OS), in reprogram_counter()
666 select_os = config & ARCH_PERFMON_EVENTSEL_OS; in cpl_is_matched()
/linux-6.3-rc2/arch/x86/include/asm/
A Dperf_event.h26 #define ARCH_PERFMON_EVENTSEL_OS (1ULL << 17) macro
/linux-6.3-rc2/arch/x86/events/zhaoxin/
A Dcore.c326 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in zhaoxin_pmu_enable_fixed()
/linux-6.3-rc2/arch/x86/events/intel/
A Dbts.c241 config |= ARCH_PERFMON_EVENTSEL_OS; in __bts_event_start()
A Dds.c724 if (!(config & ARCH_PERFMON_EVENTSEL_OS)) in intel_pmu_enable_bts()
A Dcore.c2756 if (hwc->config & ARCH_PERFMON_EVENTSEL_OS) in intel_pmu_enable_fixed()
/linux-6.3-rc2/arch/x86/events/amd/
A Dcore.c344 ARCH_PERFMON_EVENTSEL_OS); in amd_core_hw_config()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c621 event->hw.config |= ARCH_PERFMON_EVENTSEL_OS; in x86_pmu_hw_config()

Completed in 31 milliseconds