Searched refs:__DECL_REG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/xen/interface/
H A Darch-arm.h205 # define __DECL_REG(n64, n32) union { \ macro
211 #define __DECL_REG(n64, n32) uint64_t n64 macro
217 __DECL_REG(x0, r0_usr);
218 __DECL_REG(x1, r1_usr);
219 __DECL_REG(x2, r2_usr);
220 __DECL_REG(x3, r3_usr);
221 __DECL_REG(x4, r4_usr);
222 __DECL_REG(x5, r5_usr);
223 __DECL_REG(x6, r6_usr);
224 __DECL_REG(x
276 #undef __DECL_REG macro
[all...]
/freebsd-11.0-release/sys/xen/interface/arch-x86/
H A Dxen-x86_64.h135 #define __DECL_REG(name) union { \ macro
141 #define __DECL_REG(name) uint64_t r ## name macro
149 __DECL_REG(bp);
150 __DECL_REG(bx);
155 __DECL_REG(ax);
156 __DECL_REG(cx);
157 __DECL_REG(dx);
158 __DECL_REG(si);
159 __DECL_REG(di);
162 __DECL_REG(i
177 #undef __DECL_REG macro
[all...]

Completed in 57 milliseconds