Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm_i386.h71 QEMUWRMSRHandler *wrmsr; member
H A Dkvm.c5167 QEMUWRMSRHandler *wrmsr) in kvm_filter_msr()
/openbmc/linux/arch/x86/include/asm/
H A Dextable.h47 static inline void __noreturn ex_handler_msr_mce(struct pt_regs *regs, bool wrmsr) in ex_handler_msr_mce()
H A Dmsr.h252 static inline void wrmsr(unsigned int msr, u32 low, u32 high) in wrmsr() function
H A Dparavirt.h217 #define wrmsr(msr, val1, val2) \ macro
/openbmc/linux/arch/x86/mm/
H A Dextable.c174 struct pt_regs *regs, bool wrmsr, bool safe, int reg) in ex_handler_msr()
/openbmc/linux/drivers/ata/
H A Dpata_cs5536.c39 #define wrmsr(x, y, z) do { } while (0) macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr.h119 static inline void wrmsr(unsigned msr, unsigned low, unsigned high) in wrmsr() function
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c332 void ex_handler_msr_mce(struct pt_regs *regs, bool wrmsr) in ex_handler_msr_mce()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h430 static inline void wrmsr(uint32_t msr, uint64_t value) in wrmsr() function