Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/acpi/
Dsleep.c74 !wrmsr_safe(MSR_EFER, in x86_acpi_suspend_lowlevel()
88 !wrmsr_safe(MSR_IA32_MISC_ENABLE, in x86_acpi_suspend_lowlevel()
/linux-4.4.14/arch/x86/include/asm/
Dmsr.h197 static inline int wrmsr_safe(unsigned msr, unsigned low, unsigned high) in wrmsr_safe() function
236 return wrmsr_safe(msr, (u32)val, (u32)(val >> 32)); in wrmsrl_safe()
299 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-4.4.14/arch/x86/lib/
Dmsr-smp.c158 rv->err = wrmsr_safe(rv->msr_no, rv->reg.l, rv->reg.h); in __wrmsr_safe_on_cpu()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dgeneric.c521 if (wrmsr_safe(msr, a, b) < 0) { in mtrr_wrmsr()
/linux-4.4.14/drivers/acpi/
Dprocessor_throttling.c746 wrmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_wrmsr()
/linux-4.4.14/arch/x86/xen/
Denlighten.c1787 wrmsr_safe(msr, (u32)pfn, (u32)(pfn >> 32)); in init_hvm_pv_info()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c4849 if (wrmsr_safe(index, data_low, data_high) < 0) in vmx_vcpu_setup()