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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 124 #define __DECL_REG_LO16(name) union { \
131 #define __DECL_REG_LO16(name) uint32_t e ## name
138 __DECL_REG_LO16(si);
139 __DECL_REG_LO16(di);
140 __DECL_REG_LO16(bp);
144 __DECL_REG_LO16(ip);
148 __DECL_REG_LO16(flags); /* eflags.IF == !saved_upcall_mask */
149 __DECL_REG_LO16(sp);
160 #undef __DECL_REG_LO16
xen-x86_64.h 150 #define __DECL_REG_LO16(name) union { \
175 #define __DECL_REG_LO16 __DECL_REG
197 __DECL_REG_LO16(ip);
201 __DECL_REG_LO16(flags); /* rflags.IF == !saved_upcall_mask */
215 #undef __DECL_REG_LO16

Completed in 12 milliseconds