Searched defs:msr_no (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dmsr-on-cpu.c7 u32 msr_no; member in struct:msr_info
26 static int _rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h, int safe) argument
67 _wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h, int safe) argument
94 wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) argument
99 rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) argument
106 wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) argument
111 rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dmsr.h142 static inline void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) argument
146 static inline void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) argument
150 static inline int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) argument
154 wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmsr.h169 static inline void rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) argument
173 static inline void wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) argument
177 static inline int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) argument
181 wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) argument
[all...]

Completed in 160 milliseconds