Home
last modified time | relevance | path

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

/arch/x86/oprofile/
Dop_model_ppro.c58 if (reserve_evntsel_nmi(MSR_P6_EVNTSEL0 + i)) in ppro_fill_in_addresses()
59 msrs->controls[i].addr = MSR_P6_EVNTSEL0 + i; in ppro_fill_in_addresses()
207 release_evntsel_nmi(MSR_P6_EVNTSEL0 + i); in ppro_shutdown()
/arch/x86/include/asm/
Dmsr-index.h82 #define MSR_P6_EVNTSEL0 0x00000186 macro
235 #define MSR_P6_EVNTSEL0 0x00000186 macro
/arch/x86/kernel/cpu/
Dperfctr-watchdog.c102 return (msr - MSR_P6_EVNTSEL0); in nmi_evntsel_msr_to_bit()
428 .evntsel = MSR_P6_EVNTSEL0,
/arch/x86/kvm/
Dvmx.c957 case MSR_P6_EVNTSEL0: in vmx_set_msr()