Searched refs:MSR_P6_EVNTSEL0 (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/events/intel/ |
| D | p6.c | 143 rdmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_disable_all() 145 wrmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_disable_all() 153 rdmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_enable_all() 155 wrmsrl(MSR_P6_EVNTSEL0, val); in p6_pmu_enable_all() 210 .eventsel = MSR_P6_EVNTSEL0,
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | pmu_intel.c | 104 return get_gp_pmc(pmu, MSR_P6_EVNTSEL0 + pmc_idx, in intel_pmc_idx_to_pmc() 105 MSR_P6_EVNTSEL0); in intel_pmc_idx_to_pmc() 157 get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0) || in intel_is_valid_msr() 192 } else if ((pmc = get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0))) { in intel_pmu_get_msr() 249 } else if ((pmc = get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0))) { in intel_pmu_set_msr()
|
| /Linux-v5.4/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-v5.4/arch/x86/xen/ |
| D | pmu.c | 170 if ((msr_index >= MSR_P6_EVNTSEL0) && in is_intel_pmu_msr() 171 (msr_index < MSR_P6_EVNTSEL0 + intel_num_arch_counters)) { in is_intel_pmu_msr() 172 *index = msr_index - MSR_P6_EVNTSEL0; in is_intel_pmu_msr()
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | perfctr-watchdog.c | 89 return msr - MSR_P6_EVNTSEL0; in nmi_evntsel_msr_to_bit()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | msr-index.h | 383 #define MSR_P6_EVNTSEL0 0x00000186 macro
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 616 #define MSR_P6_EVNTSEL0 0x00000186 macro
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | x86.c | 2809 case MSR_P6_EVNTSEL0 ... MSR_P6_EVNTSEL1: in kvm_set_msr_common() 2951 case MSR_P6_EVNTSEL0 ... MSR_P6_EVNTSEL1: in kvm_get_msr_common()
|