Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dpmu_intel.c21 #define MSR_PMC_FULL_WIDTH_BIT (MSR_IA32_PMC0 - MSR_IA32_PERFCTR0)
177 return get_gp_pmc(pmu, msr, MSR_IA32_PMC0); in get_fw_gp_pmc()
235 (pmc = get_gp_pmc(pmu, msr, MSR_IA32_PMC0))) { in intel_pmu_get_msr()
294 (pmc = get_gp_pmc(pmu, msr, MSR_IA32_PMC0))) { in intel_pmu_set_msr()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr-index.h244 #define MSR_IA32_PMC0 0x000004c1 macro
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dpmu.c63 #define MSR_PMC_ALIAS_MASK (~(MSR_IA32_PERFCTR0 ^ MSR_IA32_PMC0))
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h468 #define MSR_IA32_PMC0 0x000004c1 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h468 #define MSR_IA32_PMC0 0x000004c1 macro
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c5614 x86_pmu.perfctr = MSR_IA32_PMC0; in intel_pmu_init()