Searched defs:rdmsr (Results 1 – 3 of 3) sorted by relevance
28 static int rdmsr(unsigned int cpu, unsigned int msr, in rdmsr() function
38 #define rdmsr(x, y, z) do { } while (0) macro
459 static inline uint64_t rdmsr(uint32_t msr) in rdmsr() function