Home
last modified time | relevance | path

Searched refs:wrmsr_safe_regs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/lib/
H A Dmsr-reg-export.c6 EXPORT_SYMBOL(wrmsr_safe_regs);
H A Dmsr-smp.c252 rv->err = wrmsr_safe_regs(rv->regs); in __wrmsr_safe_regs_on_cpu()
/openbmc/linux/arch/x86/include/asm/
H A Dmsr.h169 extern int wrmsr_safe_regs(u32 regs[8]);
380 return wrmsr_safe_regs(regs); in wrmsr_safe_regs_on_cpu()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr.h200 static inline int wrmsr_safe_regs(u32 regs[8]) in wrmsr_safe_regs() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c134 return wrmsr_safe_regs(gprs); in wrmsrl_amd_safe()