Searched refs:wrmsr_safe (Results 1 – 9 of 9) sorted by relevance
/linux/arch/x86/kernel/acpi/ |
H A D | sleep.c | 87 !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 D | pmu_counters_test.c |
|
H A D | kvm_pv_test.c |
|
H A D | hyperv_features.c |
|
/linux/arch/x86/include/asm/ |
H A D | msr.h | 268 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 D | apic.h |
|
/linux/drivers/thermal/intel/ |
H A D | intel_tcc.c | 262 return wrmsr_safe(MSR_IA32_TEMPERATURE_TARGET, low, high); in intel_tcc_set_offset()
|
/linux/arch/x86/lib/ |
H A D | msr-smp.c | 164 rv->err = wrmsr_safe(rv->msr_no, rv->reg.l, rv->reg.h); in __wrmsr_safe_on_cpu()
|
/linux/drivers/acpi/ |
H A D | processor_throttling.c | 729 wrmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_wrmsr()
|