Searched refs:rdmsrl_safe (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/x86/kernel/cpu/ |
D | amd.c | 609 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()
|
D | perf_event.c | 201 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/ |
D | cpu.c | 111 ctxt->misc_enable_saved = !rdmsrl_safe(MSR_IA32_MISC_ENABLE, in __save_processor_state()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | msr.h | 189 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe() function
|
D | paravirt.h | 182 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe() function
|
/linux-3.4.99/arch/x86/kvm/ |
D | cpuid.c | 56 rdmsrl_safe(MSR_EFER, &efer); in is_efer_nx()
|
D | x86.c | 200 rdmsrl_safe(msr, &value); in shared_msr_update()
|
D | vmx.c | 7193 rdmsrl_safe(MSR_EFER, &host_efer);
|
/linux-3.4.99/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 397 if (rdmsrl_safe(msr, &v)) { in mce_rdmsrl()
|