Home
last modified time | relevance | path

Searched defs:wrmsr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dextable.h46 static inline void __noreturn ex_handler_msr_mce(struct pt_regs *regs, bool wrmsr) in ex_handler_msr_mce()
H A Dmsr.h254 static inline void wrmsr(unsigned int msr, u32 low, u32 high) in wrmsr() function
/linux/drivers/ata/
H A Dpata_cs5536.c39 #define wrmsr(x, y, z) do { } while (0) macro
/linux/arch/x86/mm/
H A Dextable.c168 struct pt_regs *regs, bool wrmsr, bool safe, int reg) in ex_handler_msr()