Searched refs:rdmsrl_safe (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/x86/power/ |
D | cpu.c | 108 ctxt->misc_enable_saved = !rdmsrl_safe(MSR_IA32_MISC_ENABLE, in __save_processor_state()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | msr.h | 182 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe() function
|
D | paravirt.h | 181 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe() function
|
/linux-2.6.39/arch/x86/kernel/cpu/ |
D | perf_event.c | 471 ret = rdmsrl_safe(reg, &val); in check_hw_exists() 480 ret = rdmsrl_safe(reg, &val); in check_hw_exists() 496 ret |= rdmsrl_safe(x86_pmu_event_addr(0), &val_new); in check_hw_exists()
|
D | amd.c | 603 if (!rdmsrl_safe(MSR_K8_TSEG_ADDR, &tseg)) { in init_amd()
|
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 358 if (rdmsrl_safe(msr, &v)) { in mce_rdmsrl()
|
/linux-2.6.39/arch/x86/kvm/ |
D | x86.c | 197 rdmsrl_safe(msr, &value); in shared_msr_update() 2149 rdmsrl_safe(MSR_EFER, &efer); in is_efer_nx()
|
D | vmx.c | 4462 rdmsrl_safe(MSR_EFER, &host_efer);
|