Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-arm/
Dxen.h210 # define __DECL_REG(n64, n32) union { \ macro
216 #define __DECL_REG(n64, n32) UINT64 n64 macro
222 __DECL_REG(x0, r0_usr);
223 __DECL_REG(x1, r1_usr);
224 __DECL_REG(x2, r2_usr);
225 __DECL_REG(x3, r3_usr);
226 __DECL_REG(x4, r4_usr);
227 __DECL_REG(x5, r5_usr);
228 __DECL_REG(x6, r6_usr);
229 __DECL_REG(x7, r7_usr);
[all …]