HomeSort by: relevance | last modified time | path
    Searched defs:__DECL_REG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_64.h 163 #define __DECL_REG(name) union { \
169 #define __DECL_REG(name) uint64_t r ## name
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
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
arch-arm.h 202 # define __DECL_REG(n64, n32) union { \
208 #define __DECL_REG(n64, n32) uint64_t n64
214 __DECL_REG(x0, r0_usr);
215 __DECL_REG(x1, r1_usr);
216 __DECL_REG(x2, r2_usr);
217 __DECL_REG(x3, r3_usr);
218 __DECL_REG(x4, r4_usr);
219 __DECL_REG(x5, r5_usr);
220 __DECL_REG(x6, r6_usr);
221 __DECL_REG(x7, r7_usr)
    [all...]

Completed in 11 milliseconds