Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/acpi/
H A Dsleep.c87 !wrmsr_safe(MSR_EFER, in x86_acpi_suspend_lowlevel()
101 !wrmsr_safe(MSR_IA32_MISC_ENABLE, in x86_acpi_suspend_lowlevel()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_counters_test.c
H A Dkvm_pv_test.c
H A Dhyperv_features.c
/linux/arch/x86/include/asm/
H A Dmsr.h268 static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high) in wrmsr_safe() function
322 return wrmsr_safe(msr, (u32)val, (u32)(val >> 32)); in wrmsrl_safe()
381 return wrmsr_safe(msr_no, l, h); in wrmsr_safe_on_cpu()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dapic.h
/linux/drivers/thermal/intel/
H A Dintel_tcc.c262 return wrmsr_safe(MSR_IA32_TEMPERATURE_TARGET, low, high); in intel_tcc_set_offset()
/linux/arch/x86/lib/
H A Dmsr-smp.c164 rv->err = wrmsr_safe(rv->msr_no, rv->reg.l, rv->reg.h); in __wrmsr_safe_on_cpu()
/linux/drivers/acpi/
H A Dprocessor_throttling.c729 wrmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_wrmsr()