Lines Matching defs:high
36 unsigned long low, high; in native_read_tscp() local
49 #define DECLARE_ARGS(val, low, high) unsigned low, high argument
50 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument
51 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument
52 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
54 #define DECLARE_ARGS(val, low, high) unsigned long long val argument
55 #define EAX_EDX_VAL(val, low, high) (val) argument
56 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument
57 #define EAX_EDX_RET(val, low, high) "=A" (val) argument
85 unsigned low, unsigned high) in native_write_msr()
92 unsigned low, unsigned high) in native_write_msr_safe()
140 #define rdmsr(msr, low, high) \ argument
147 static inline void wrmsr(unsigned msr, unsigned low, unsigned high) in wrmsr()
159 static inline int wrmsr_safe(unsigned msr, unsigned low, unsigned high) in wrmsr_safe()
165 #define rdmsr_safe(msr, low, high) \ argument
188 #define rdpmc(counter, low, high) \ argument
197 #define rdtscp(low, high, aux) \ argument
211 #define write_tsc(low, high) wrmsr(MSR_IA32_TSC, (low), (high)) argument