Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h49 long __res; \
52 : "=a" (__res) \
55 (type)__res; \
60 long __res, __ign1; \
63 : "=a" (__res), "=b" (__ign1) \
66 (type)__res; \
71 long __res, __ign1, __ign2; \
74 : "=a" (__res), "=b" (__ign1), "=c" (__ign2) \
123 long __res, __ign1, __ign2, __ign3, __ign4, __ign5, __call; in privcmd_hypercall() local
128 : "=a" (__res), "=b" (__ign1), "=c" (__ign2), in privcmd_hypercall()
[all …]
/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h61 type __res; \
67 __res; \
72 type __res; \
79 __res; \
84 type __res; \
91 __res; \
105 __res; \
120 __res; \
136 __res; \
142 int __res; in privcmd_hypercall() local
[all …]
/f-stack/freebsd/i386/include/
H A Dpcpu.h134 __pcpu_type(name) __res; \
136 u_char __b[MIN(sizeof(__res), 4)]; \
139 if (sizeof(__res) == 1 || sizeof(__res) == 2 || \
140 sizeof(__res) == 4) { \
144 *(struct __s *)(void *)&__res = __s; \
146 __res = *__PCPU_PTR(name); \
148 __res; \
/f-stack/freebsd/amd64/include/
H A Dpcpu.h145 __pcpu_type(name) __res; \
150 if (sizeof(__res) == 1 || sizeof(__res) == 2 || \
151 sizeof(__res) == 4 || sizeof(__res) == 8) { \
155 *(struct __s *)(void *)&__res = __s; \
157 __res = *__PCPU_PTR(name); \
159 __res; \
/f-stack/freebsd/mips/malta/
H A Dmalta_mp.c104 unsigned long __res; \
112 : "=r" (__res)); \
113 __res; \
/f-stack/freebsd/sys/
H A Defi.h123 uint32_t __res; member