Searched refs:__DECL_REG (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 203 # define __DECL_REG(n64, n32) union { \ macro 209 #define __DECL_REG(n64, n32) uint64_t n64 macro 215 __DECL_REG(x0, r0_usr); 216 __DECL_REG(x1, r1_usr); 217 __DECL_REG(x2, r2_usr); 218 __DECL_REG(x3, r3_usr); 219 __DECL_REG(x4, r4_usr); 220 __DECL_REG(x5, r5_usr); 221 __DECL_REG(x6, r6_usr); 222 __DECL_REG(x7, r7_usr); [all …]
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | interface_64.h | 90 #define __DECL_REG(name) union { \ macro 96 #define __DECL_REG(name) uint64_t r ## name macro 104 __DECL_REG(bp); 105 __DECL_REG(bx); 110 __DECL_REG(ax); 111 __DECL_REG(cx); 112 __DECL_REG(dx); 113 __DECL_REG(si); 114 __DECL_REG(di); 117 __DECL_REG(ip); [all …]
|
/openbmc/qemu/include/hw/xen/interface/arch-x86/ |
H A D | xen-x86_64.h | 146 #define __DECL_REG(name) union { \ macro 152 #define __DECL_REG(name) uint64_t r ## name macro 156 #define __DECL_REG_LOHI(name) __DECL_REG(name ## x) 157 #define __DECL_REG_LO8 __DECL_REG 158 #define __DECL_REG_LO16 __DECL_REG 195 #undef __DECL_REG
|