Home
last modified time | relevance | path

Searched refs:MSR_IA32_PMC0 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c37 #define MSR_PMC_FULL_WIDTH_BIT (MSR_IA32_PMC0 - MSR_IA32_PERFCTR0)
149 return get_gp_pmc(pmu, msr, MSR_IA32_PMC0); in get_fw_gp_pmc()
361 (pmc = get_gp_pmc(pmu, msr, MSR_IA32_PMC0))) { in intel_pmu_get_msr()
423 (pmc = get_gp_pmc(pmu, msr, MSR_IA32_PMC0))) { in intel_pmu_set_msr()
/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_event_filter_test.c107 check_msr(MSR_IA32_PMC0, 0xffff); in intel_guest_code()
118 run_and_measure_loop(MSR_IA32_PMC0); in intel_guest_code()
451 masked_events_guest_test(MSR_IA32_PMC0); in intel_masked_events_guest_code()
H A Dpmu_counters_test.c264 base_pmc_msr = MSR_IA32_PMC0; in guest_test_arch_event()
469 base_msr = MSR_IA32_PMC0; in guest_test_gp_counters()
/linux/arch/x86/xen/
H A Dpmu.c63 #define MSR_PMC_ALIAS_MASK (~(MSR_IA32_PERFCTR0 ^ MSR_IA32_PMC0))
/linux/arch/x86/include/asm/
H A Dmsr-index.h597 #define MSR_IA32_PMC0 0x000004c1 macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h596 #define MSR_IA32_PMC0 0x000004c1 macro
/linux/arch/x86/events/intel/
H A Dcore.c7779 x86_pmu.perfctr = MSR_IA32_PMC0; in intel_pmu_init()