Home | History | Annotate | Download | only in xen

Lines Matching refs:__res

47 	long __res;							\
50 : "=a" (__res) \
53 (type)__res; \
58 long __res, __ign1; \
61 : "=a" (__res), "=b" (__ign1) \
65 (type)__res; \
70 long __res, __ign1, __ign2; \
73 : "=a" (__res), "=b" (__ign1), "=c" (__ign2) \
77 (type)__res; \
82 long __res, __ign1, __ign2, __ign3; \
85 : "=a" (__res), "=b" (__ign1), "=c" (__ign2), \
91 (type)__res; \
96 long __res, __ign1, __ign2, __ign3, __ign4; \
99 : "=a" (__res), "=b" (__ign1), "=c" (__ign2), \
105 (type)__res; \
110 long __res, __ign1, __ign2, __ign3, __ign4, __ign5; \
113 : "=a" (__res), "=b" (__ign1), "=c" (__ign2), \
120 (type)__res; \