Searched refs:ARCH_PERFMON_EVENTSEL_ENABLE (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | pmu_event_filter_test.c | 22 #define ARCH_PERFMON_EVENTSEL_ENABLE (1ULL << 22) macro 114 wrmsr(MSR_P6_EVNTSEL0, ARCH_PERFMON_EVENTSEL_ENABLE | in intel_guest_code() 139 wrmsr(MSR_K7_EVNTSEL0, ARCH_PERFMON_EVENTSEL_ENABLE | in amd_guest_code() 505 wrmsr(MSR_P6_EVNTSEL0 + 0, ARCH_PERFMON_EVENTSEL_ENABLE | in intel_masked_events_guest_code() 507 wrmsr(MSR_P6_EVNTSEL0 + 1, ARCH_PERFMON_EVENTSEL_ENABLE | in intel_masked_events_guest_code() 509 wrmsr(MSR_P6_EVNTSEL0 + 2, ARCH_PERFMON_EVENTSEL_ENABLE | in intel_masked_events_guest_code() 529 wrmsr(MSR_K7_EVNTSEL0, ARCH_PERFMON_EVENTSEL_ENABLE | in amd_masked_events_guest_code() 531 wrmsr(MSR_K7_EVNTSEL1, ARCH_PERFMON_EVENTSEL_ENABLE | in amd_masked_events_guest_code() 533 wrmsr(MSR_K7_EVNTSEL2, ARCH_PERFMON_EVENTSEL_ENABLE | in amd_masked_events_guest_code()
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | p6.c | 144 val &= ~ARCH_PERFMON_EVENTSEL_ENABLE; in p6_pmu_disable_all() 154 val |= ARCH_PERFMON_EVENTSEL_ENABLE; in p6_pmu_enable_all()
|
A D | knc.c | 183 val &= ~ARCH_PERFMON_EVENTSEL_ENABLE; in knc_pmu_disable_event() 194 val |= ARCH_PERFMON_EVENTSEL_ENABLE; in knc_pmu_enable_event()
|
A D | core.c | 2347 ARCH_PERFMON_EVENTSEL_ENABLE); in intel_pmu_nhm_workaround() 2789 __x86_pmu_enable_event(hwc, ARCH_PERFMON_EVENTSEL_ENABLE); in intel_pmu_enable_event() 4119 event->hw.config | ARCH_PERFMON_EVENTSEL_ENABLE; in core_guest_get_msrs() 4122 arr[idx].host &= ~ARCH_PERFMON_EVENTSEL_ENABLE; in core_guest_get_msrs() 4124 arr[idx].guest &= ~ARCH_PERFMON_EVENTSEL_ENABLE; in core_guest_get_msrs() 4149 __x86_pmu_enable_event(hwc, ARCH_PERFMON_EVENTSEL_ENABLE); in core_pmu_enable_all()
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | pmu.h | 156 return pmc->eventsel & ARCH_PERFMON_EVENTSEL_ENABLE; in pmc_speculative_in_use()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | perf_event.h | 31 #define ARCH_PERFMON_EVENTSEL_ENABLE (1ULL << 22) macro
|
/linux-6.3-rc2/arch/x86/events/ |
A D | core.c | 269 if (val & ARCH_PERFMON_EVENTSEL_ENABLE) { in check_hw_exists() 691 if (!(val & ARCH_PERFMON_EVENTSEL_ENABLE)) in x86_pmu_disable_all() 693 val &= ~ARCH_PERFMON_EVENTSEL_ENABLE; in x86_pmu_disable_all() 747 __x86_pmu_enable_event(hwc, ARCH_PERFMON_EVENTSEL_ENABLE); in x86_pmu_enable_all() 1430 ARCH_PERFMON_EVENTSEL_ENABLE); in x86_pmu_enable_event()
|
/linux-6.3-rc2/arch/x86/events/amd/ |
A D | core.c | 21 #define AMD_MERGE_EVENT_ENABLE (AMD_MERGE_EVENT | ARCH_PERFMON_EVENTSEL_ENABLE) 749 __x86_pmu_enable_event(hwc, ARCH_PERFMON_EVENTSEL_ENABLE); in amd_pmu_v2_enable_event()
|
A D | uncore.c | 109 wrmsrl(hwc->config_base, (hwc->config | ARCH_PERFMON_EVENTSEL_ENABLE)); in amd_uncore_start()
|
/linux-6.3-rc2/arch/x86/events/zhaoxin/ |
A D | core.c | 347 __x86_pmu_enable_event(hwc, ARCH_PERFMON_EVENTSEL_ENABLE); in zhaoxin_pmu_enable_event()
|
Completed in 27 milliseconds