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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 116 #define __DECL_REG_LO8(which) union { \
130 #define __DECL_REG_LO8(which) uint32_t e ## which ## x
135 __DECL_REG_LO8(b);
136 __DECL_REG_LO8(c);
137 __DECL_REG_LO8(d);
141 __DECL_REG_LO8(a);
159 #undef __DECL_REG_LO8
xen-x86_64.h 144 #define __DECL_REG_LO8(name) union { \
174 #define __DECL_REG_LO8 __DECL_REG
184 __DECL_REG_LO8(bp);
193 __DECL_REG_LO8(si);
194 __DECL_REG_LO8(di);
202 __DECL_REG_LO8(sp);
214 #undef __DECL_REG_LO8
xen.h 61 __DeFiNe__ __DECL_REG_LO8(which) uint32_t e ## which ## x
66 __UnDeF__ __DECL_REG_LO8
68 __DeFiNe__ __DECL_REG_LO8(which) e ## which ## x

Completed in 12 milliseconds