Searched defs:wrmsr_safe (Results 1 – 2 of 2) sorted by relevance
167 static inline int wrmsr_safe(unsigned msr, unsigned low, unsigned high) in wrmsr_safe() function
167 #define wrmsr_safe(msr, a, b) paravirt_write_msr(msr, a, b) macro