Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dmsr.h229 static inline int wrmsr_safe_regs(u32 regs[8]) in wrmsr_safe_regs() function
314 return wrmsr_safe_regs(regs); in wrmsr_safe_regs_on_cpu()
Dparavirt.h180 #define wrmsr_safe_regs(regs) paravirt_wrmsr_regs(regs) macro
/linux-3.4.99/arch/x86/lib/
Dmsr-smp.c177 rv->err = wrmsr_safe_regs(rv->regs); in __wrmsr_safe_regs_on_cpu()