Home
last modified time | relevance | path

Searched refs:__ign3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/amd64/include/xen/
H A Dhypercall.h95 long __ign1, __ign2, __ign3; \
99 "=d" (__ign3) \
109 long __ign1, __ign2, __ign3; \
114 "=d" (__ign3), "+r" (__arg4) \
124 long __ign1, __ign2, __ign3; \
130 "=d" (__ign3), "+r" (__arg4), "+r" (__arg5) \
141 long __ign1, __ign2, __ign3; in privcmd_hypercall() local
152 "=d" (__ign3), "+r" (__arg4), "+r" (__arg5) in privcmd_hypercall()
/freebsd/sys/i386/include/xen/
H A Dhypercall.h82 long __res, __ign1, __ign2, __ign3; \
86 "=d" (__ign3) \
95 long __res, __ign1, __ign2, __ign3, __ign4; \
99 "=d" (__ign3), "=S" (__ign4) \
108 long __res, __ign1, __ign2, __ign3, __ign4, __ign5; \
112 "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) \
123 long __res, __ign1, __ign2, __ign3, __ign4, __ign5, __call; in privcmd_hypercall() local
132 "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) in privcmd_hypercall()