Searched refs:wrmsr_safe (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/arch/x86/kernel/acpi/ |
D | sleep.c | 86 !wrmsr_safe(MSR_EFER, in x86_acpi_suspend_lowlevel() 100 !wrmsr_safe(MSR_IA32_MISC_ENABLE, in x86_acpi_suspend_lowlevel()
|
/linux-6.1.9/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 | 230 #define wrmsr_safe(msr, a, b) paravirt_write_msr_safe(msr, a, b) macro
|
/linux-6.1.9/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.1.9/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 51 vector = wrmsr_safe(msr->idx, 0); in test_msr()
|
D | hyperv_features.c | 58 vector = wrmsr_safe(msr->idx, msr->write_val); in guest_msr()
|
/linux-6.1.9/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.1.9/drivers/powercap/ |
D | intel_rapl_common.c | 898 wrmsr_safe(MSR_IA32_PACKAGE_THERM_INTERRUPT, l, h); in power_limit_irq_save_cpu() 941 wrmsr_safe(MSR_IA32_PACKAGE_THERM_INTERRUPT, l, h); in package_power_limit_irq_restore()
|
/linux-6.1.9/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 525 if (wrmsr_safe(msr, a, b) < 0) { in mtrr_wrmsr()
|
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/ |
D | core.c | 129 if (wrmsr_safe(MSR_IA32_L3_CBM_BASE, max_cbm, 0)) in cache_alloc_hsw_probe()
|
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 836 static inline uint8_t wrmsr_safe(uint32_t msr, uint64_t val) in wrmsr_safe() function
|
/linux-6.1.9/drivers/acpi/ |
D | processor_throttling.c | 731 wrmsr_safe(MSR_IA32_THERM_CONTROL, in acpi_throttling_wrmsr()
|