Home
last modified time | relevance | path

Searched refs:wrmsr_safe (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dmsr.h167 static inline int wrmsr_safe(unsigned msr, unsigned low, unsigned high) in wrmsr_safe() function
259 #define checking_wrmsrl(msr, val) wrmsr_safe((msr), (u32)(val), \
306 return wrmsr_safe(msr_no, l, h); in wrmsr_safe_on_cpu()
Dparavirt.h167 #define wrmsr_safe(msr, a, b) paravirt_write_msr(msr, a, b) macro
/linux-3.4.99/arch/x86/lib/
Dmsr-smp.c127 rv->err = wrmsr_safe(rv->msr_no, rv->reg.l, rv->reg.h); in __wrmsr_safe_on_cpu()
/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dgeneric.c460 if (wrmsr_safe(msr, a, b) < 0) { in mtrr_wrmsr()
/linux-3.4.99/drivers/acpi/
Dprocessor_throttling.c752 wrmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_wrmsr()
/linux-3.4.99/arch/x86/xen/
Denlighten.c1487 wrmsr_safe(msr, (u32)pfn, (u32)(pfn >> 32)); in init_hvm_pv_info()
/linux-3.4.99/arch/x86/kvm/
Dvmx.c3791 if (wrmsr_safe(index, data_low, data_high) < 0) in vmx_vcpu_setup()