Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c23 #define MSR_PMC_FULL_WIDTH_BIT (MSR_IA32_PMC0 - MSR_IA32_PERFCTR0)
179 return get_gp_pmc(pmu, msr, MSR_IA32_PMC0); in get_fw_gp_pmc()
369 (pmc = get_gp_pmc(pmu, msr, MSR_IA32_PMC0))) { in intel_pmu_get_msr()
431 (pmc = get_gp_pmc(pmu, msr, MSR_IA32_PMC0))) { in intel_pmu_set_msr()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c162 check_msr(MSR_IA32_PMC0, 0xffff); in intel_guest_code()
173 run_and_measure_loop(MSR_IA32_PMC0); in intel_guest_code()
534 masked_events_guest_test(MSR_IA32_PMC0); in intel_masked_events_guest_code()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h243 #define MSR_IA32_PMC0 0x000004c1 macro
/openbmc/linux/arch/x86/xen/
H A Dpmu.c63 #define MSR_PMC_ALIAS_MASK (~(MSR_IA32_PERFCTR0 ^ MSR_IA32_PMC0))
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h532 #define MSR_IA32_PMC0 0x000004c1 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h549 #define MSR_IA32_PMC0 0x000004c1 macro
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c6989 x86_pmu.perfctr = MSR_IA32_PMC0; in intel_pmu_init()