Searched defs:wrmsr (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dextable.h47 static inline void __noreturn ex_handler_msr_mce(struct pt_regs *regs, bool wrmsr) argument
H A Dmsr.h267 static inline void wrmsr(unsigned int msr, u32 low, u32 high) function
H A Dparavirt.h219 #define wrmsr(msr, val1, val2) \ macro
/linux-master/drivers/ata/
H A Dpata_cs5536.c37 #undef wrmsr macro
39 #define wrmsr(x, y, z) do { } while (0) macro
/linux-master/arch/x86/mm/
H A Dextable.c174 ex_handler_msr(const struct exception_table_entry *fixup, struct pt_regs *regs, bool wrmsr, bool safe, int reg) argument
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c348 void ex_handler_msr_mce(struct pt_regs *regs, bool wrmsr) argument
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h458 static inline void wrmsr(uint32_t msr, uint64_t value) function

Completed in 211 milliseconds