Lines Matching refs:eax
21 static inline void __monitor(const void *eax, unsigned long ecx, in __monitor() argument
26 :: "a" (eax), "c" (ecx), "d"(edx)); in __monitor()
29 static inline void __monitorx(const void *eax, unsigned long ecx, in __monitorx() argument
34 :: "a" (eax), "c" (ecx), "d"(edx)); in __monitorx()
37 static inline void __mwait(unsigned long eax, unsigned long ecx) in __mwait() argument
41 :: "a" (eax), "c" (ecx)); in __mwait()
70 static inline void __mwaitx(unsigned long eax, unsigned long ebx, in __mwaitx() argument
75 :: "a" (eax), "b" (ebx), "c" (ecx)); in __mwaitx()
78 static inline void __sti_mwait(unsigned long eax, unsigned long ecx) in __sti_mwait() argument
83 :: "a" (eax), "c" (ecx)); in __sti_mwait()
96 static inline void mwait_idle_with_hints(unsigned long eax, unsigned long ecx) in mwait_idle_with_hints() argument
107 __mwait(eax, ecx); in mwait_idle_with_hints()