Searched refs:wrmsr_safe (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/arch/x86/kernel/acpi/ |
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-6.6.21/arch/x86/include/asm/ |
D | msr.h | 266 static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high) in wrmsr_safe() function 305 return wrmsr_safe(msr, (u32)val, (u32)(val >> 32)); in wrmsrl_safe() 364 return wrmsr_safe(msr_no, l, h); in wrmsr_safe_on_cpu()
|
D | paravirt.h | 232 #define wrmsr_safe(msr, a, b) paravirt_write_msr_safe(msr, a, b) macro
|
/linux-6.6.21/arch/x86/xen/ |
D | enlighten_pvh.c | 39 wrmsr_safe(msr, (u32)pfn, (u32)(pfn >> 32)); in xen_pvh_init()
|
D | enlighten_hvm.c | 118 wrmsr_safe(msr, (u32)pfn, (u32)(pfn >> 32)); in init_hvm_pv_info()
|
/linux-6.6.21/drivers/thermal/intel/ |
D | intel_tcc.c | 97 return wrmsr_safe(MSR_IA32_TEMPERATURE_TARGET, low, high); in intel_tcc_set_offset()
|
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 51 vector = wrmsr_safe(msr->idx, 0); in test_msr()
|
D | vmx_pmu_caps_test.c | 56 uint8_t vector = wrmsr_safe(MSR_IA32_PERF_CAPABILITIES, val); in guest_test_perf_capabilities_gp()
|
D | hyperv_features.c | 50 vector = wrmsr_safe(msr->idx, msr->write_val); in guest_msr()
|
/linux-6.6.21/arch/x86/lib/ |
D | msr-smp.c | 166 rv->err = wrmsr_safe(rv->msr_no, rv->reg.l, rv->reg.h); in __wrmsr_safe_on_cpu()
|
/linux-6.6.21/drivers/powercap/ |
D | intel_rapl_common.c | 980 wrmsr_safe(MSR_IA32_PACKAGE_THERM_INTERRUPT, l, h); in power_limit_irq_save_cpu() 1029 wrmsr_safe(MSR_IA32_PACKAGE_THERM_INTERRUPT, l, h); in package_power_limit_irq_restore()
|
/linux-6.6.21/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 743 if (wrmsr_safe(msr, a, b) < 0) { in mtrr_wrmsr()
|
/linux-6.6.21/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 141 if (wrmsr_safe(MSR_IA32_L3_CBM_BASE, max_cbm, 0)) in cache_alloc_hsw_probe()
|
/linux-6.6.21/drivers/acpi/ |
D | processor_throttling.c | 729 wrmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_wrmsr()
|
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 1173 static inline uint8_t wrmsr_safe(uint32_t msr, uint64_t val) in wrmsr_safe() function
|