Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dmsr-reg-export.c6 EXPORT_SYMBOL(wrmsr_safe_regs);
H A Dmsr-smp.c253 rv->err = wrmsr_safe_regs(rv->regs); in __wrmsr_safe_regs_on_cpu()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr.h188 extern int wrmsr_safe_regs(u32 regs[8]);
403 return wrmsr_safe_regs(regs); in wrmsr_safe_regs_on_cpu()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr.h201 static inline int wrmsr_safe_regs(u32 regs[8]) in wrmsr_safe_regs() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Damd.c73 return wrmsr_safe_regs(gprs); in wrmsrl_amd_safe()