Searched refs:__DECL_REG (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/ |
A D | processor.h | 26 __DECL_REG(x0, r0/*_usr*/); 27 __DECL_REG(x1, r1/*_usr*/); 28 __DECL_REG(x2, r2/*_usr*/); 29 __DECL_REG(x3, r3/*_usr*/); 30 __DECL_REG(x4, r4/*_usr*/); 57 __DECL_REG(x24, r8_fiq); 58 __DECL_REG(x25, r9_fiq); 59 __DECL_REG(x26, r10_fiq); 60 __DECL_REG(x27, r11_fiq); 61 __DECL_REG(x28, r12_fiq); [all …]
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | arch-arm.h | 214 __DECL_REG(x0, r0_usr); 215 __DECL_REG(x1, r1_usr); 216 __DECL_REG(x2, r2_usr); 217 __DECL_REG(x3, r3_usr); 218 __DECL_REG(x4, r4_usr); 219 __DECL_REG(x5, r5_usr); 220 __DECL_REG(x6, r6_usr); 221 __DECL_REG(x7, r7_usr); 222 __DECL_REG(x8, r8_usr); 223 __DECL_REG(x9, r9_usr); [all …]
|
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/ |
A D | xen-x86_64.h | 163 #define __DECL_REG(name) union { \ macro 169 #define __DECL_REG(name) uint64_t r ## name macro 173 #define __DECL_REG_LOHI(name) __DECL_REG(name ## x) 174 #define __DECL_REG_LO8 __DECL_REG 175 #define __DECL_REG_LO16 __DECL_REG 212 #undef __DECL_REG
|
Completed in 5 milliseconds