Home
last modified time | relevance | path

Searched defs:wrmsr_safe (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmsr.h266 static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high) in wrmsr_safe() function
H A Dparavirt.h232 #define wrmsr_safe(msr, a, b) paravirt_write_msr_safe(msr, a, b) macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1173 static inline uint8_t wrmsr_safe(uint32_t msr, uint64_t val) in wrmsr_safe() function