Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_p6.c142 rdmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_disable_all()
144 wrmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_disable_all()
152 rdmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_enable_all()
154 wrmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_enable_all()
209 .eventsel = MSR_P6_EVNTSEL0,
Dperfctr-watchdog.c86 return msr - MSR_P6_EVNTSEL0; in nmi_evntsel_msr_to_bit()
/linux-4.4.14/arch/x86/kvm/
Dpmu_intel.c107 return get_gp_pmc(pmu, MSR_P6_EVNTSEL0 + pmc_idx, in intel_pmc_idx_to_pmc()
108 MSR_P6_EVNTSEL0); in intel_pmc_idx_to_pmc()
159 get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0) || in intel_is_valid_msr()
190 } else if ((pmc = get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0))) { in intel_pmu_get_msr()
244 } else if ((pmc = get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0))) { in intel_pmu_set_msr()
Dx86.c2179 case MSR_P6_EVNTSEL0 ... MSR_P6_EVNTSEL1: in kvm_set_msr_common()
2308 case MSR_P6_EVNTSEL0 ... MSR_P6_EVNTSEL1: in kvm_get_msr_common()
/linux-4.4.14/arch/x86/oprofile/
Dop_model_ppro.c41 release_evntsel_nmi(MSR_P6_EVNTSEL0 + i); in ppro_shutdown()
52 if (!reserve_evntsel_nmi(MSR_P6_EVNTSEL0 + i)) { in ppro_fill_in_addresses()
58 msrs->controls[i].addr = MSR_P6_EVNTSEL0 + i; in ppro_fill_in_addresses()
/linux-4.4.14/arch/x86/xen/
Dpmu.c162 if ((msr_index >= MSR_P6_EVNTSEL0) && in is_intel_pmu_msr()
163 (msr_index < MSR_P6_EVNTSEL0 + intel_num_arch_counters)) { in is_intel_pmu_msr()
164 *index = msr_index - MSR_P6_EVNTSEL0; in is_intel_pmu_msr()
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h269 #define MSR_P6_EVNTSEL0 0x00000186 macro