Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Darch-arm.h232 __DECL_REG(x0, r0_usr);
233 __DECL_REG(x1, r1_usr);
234 __DECL_REG(x2, r2_usr);
235 __DECL_REG(x3, r3_usr);
236 __DECL_REG(x4, r4_usr);
237 __DECL_REG(x5, r5_usr);
238 __DECL_REG(x6, r6_usr);
239 __DECL_REG(x7, r7_usr);
240 __DECL_REG(x8, r8_usr);
241 __DECL_REG(x9, r9_usr);
[all …]
/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-x86_64.h163 #define __DECL_REG(name) union { \ macro
169 #define __DECL_REG(name) uint64_t r ## name macro
173 #define __DECL_REG_LOHI(name) __DECL_REG(name ## x)
174 #define __DECL_REG_LO8 __DECL_REG
175 #define __DECL_REG_LO16 __DECL_REG
212 #undef __DECL_REG