Home
last modified time | relevance | path

Searched refs:rdmsrl_safe (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/x86/kernel/cpu/
Damd.c609 if (!rdmsrl_safe(0xc0011021, &val) && !(val & 0x1E)) { in init_amd()
623 if (!rdmsrl_safe(0xc0011021, &val) && !(val & 0x1E)) { in init_amd()
673 if (!rdmsrl_safe(MSR_K8_TSEG_ADDR, &tseg)) { in init_amd()
707 err = rdmsrl_safe(MSR_AMD64_MCx_MASK(4), &mask); in init_amd()
Dperf_event.c201 ret = rdmsrl_safe(reg, &val); in check_hw_exists()
210 ret = rdmsrl_safe(reg, &val); in check_hw_exists()
226 ret |= rdmsrl_safe(x86_pmu_event_addr(0), &val_new); in check_hw_exists()
/linux-3.4.99/arch/x86/power/
Dcpu.c111 ctxt->misc_enable_saved = !rdmsrl_safe(MSR_IA32_MISC_ENABLE, in __save_processor_state()
/linux-3.4.99/arch/x86/include/asm/
Dmsr.h189 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe() function
Dparavirt.h182 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe() function
/linux-3.4.99/arch/x86/kvm/
Dcpuid.c56 rdmsrl_safe(MSR_EFER, &efer); in is_efer_nx()
Dx86.c200 rdmsrl_safe(msr, &value); in shared_msr_update()
Dvmx.c7193 rdmsrl_safe(MSR_EFER, &host_efer);
/linux-3.4.99/arch/x86/kernel/cpu/mcheck/
Dmce.c397 if (rdmsrl_safe(msr, &v)) { in mce_rdmsrl()