rdmsr             266 arch/x86/include/asm/msr.h #define rdmsr(msr, low, high)					\
rdmsr             181 arch/x86/include/asm/paravirt.h #define rdmsr(msr, val1, val2)			\
rdmsr              36 drivers/ata/pata_cs5536.c #undef rdmsr	/* avoid accidental MSR usage on, e.g. x86-64 */
rdmsr              38 drivers/ata/pata_cs5536.c #define rdmsr(x, y, z) do { } while (0)
rdmsr              28 tools/power/cpupower/debug/i386/centrino-decode.c static int rdmsr(unsigned int cpu, unsigned int msr,
rdmsr              97 tools/testing/selftests/kvm/include/x86_64/processor.h static inline uint64_t rdmsr(uint32_t msr)