Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_32.h107 #define __DECL_REG_LO16(name) union { \ macro
114 #define __DECL_REG_LO16(name) uint32_t e ## name macro
121 __DECL_REG_LO16(si);
122 __DECL_REG_LO16(di);
123 __DECL_REG_LO16(bp);
127 __DECL_REG_LO16(ip);
131 __DECL_REG_LO16(flags); /* eflags.IF == !saved_upcall_mask */
132 __DECL_REG_LO16(sp);
143 #undef __DECL_REG_LO16
H A Dxen-x86_64.h133 #define __DECL_REG_LO16(name) union { \ macro
158 #define __DECL_REG_LO16 __DECL_REG macro
180 __DECL_REG_LO16(ip);
184 __DECL_REG_LO16(flags); /* rflags.IF == !saved_upcall_mask */
198 #undef __DECL_REG_LO16
H A Dxen.h45 __DeFiNe__ __DECL_REG_LO16(name) union { uint32_t e ## name; }
50 __UnDeF__ __DECL_REG_LO16
52 __DeFiNe__ __DECL_REG_LO16(name) e ## name