Searched refs:__DECL_REG_LO16 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dxen-x86_32.h124 #define __DECL_REG_LO16(name) union { \ macro
131 #define __DECL_REG_LO16(name) uint32_t e ## name macro
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 macro
H A Dxen-x86_64.h150 #define __DECL_REG_LO16(name) union { \ macro
175 #define __DECL_REG_LO16 __DECL_REG macro
197 __DECL_REG_LO16(ip);
201 __DECL_REG_LO16(flags); /* rflags.IF == !saved_upcall_mask */
215 #undef __DECL_REG_LO16 macro
H A Dxen.h62 __DeFiNe__ __DECL_REG_LO16(name) union { uint32_t e ## name; }
67 __UnDeF__ __DECL_REG_LO16
69 __DeFiNe__ __DECL_REG_LO16(name) e ## name

Completed in 138 milliseconds