Searched defs:wrmsr_safe (Results 1 – 3 of 3) sorted by relevance
266 static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high) in wrmsr_safe() function
230 #define wrmsr_safe(msr, a, b) paravirt_write_msr_safe(msr, a, b) macro
836 static inline uint8_t wrmsr_safe(uint32_t msr, uint64_t val) in wrmsr_safe() function