Searched refs:MSR_P6_EVNTSEL0 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_p6.c | 142 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,
|
D | perfctr-watchdog.c | 86 return msr - MSR_P6_EVNTSEL0; in nmi_evntsel_msr_to_bit()
|
/linux-4.4.14/arch/x86/kvm/ |
D | pmu_intel.c | 107 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()
|
D | x86.c | 2179 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/ |
D | op_model_ppro.c | 41 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/ |
D | pmu.c | 162 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/ |
D | msr-index.h | 269 #define MSR_P6_EVNTSEL0 0x00000186 macro
|