Searched refs:PT_REGS_ARM64 (Results 1 – 1 of 1) sorted by relevance
185 #define PT_REGS_ARM64 const volatile struct user_pt_regs macro186 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0])187 #define PT_REGS_PARM2(x) (((PT_REGS_ARM64 *)(x))->regs[1])188 #define PT_REGS_PARM3(x) (((PT_REGS_ARM64 *)(x))->regs[2])189 #define PT_REGS_PARM4(x) (((PT_REGS_ARM64 *)(x))->regs[3])190 #define PT_REGS_PARM5(x) (((PT_REGS_ARM64 *)(x))->regs[4])191 #define PT_REGS_RET(x) (((PT_REGS_ARM64 *)(x))->regs[30])193 #define PT_REGS_FP(x) (((PT_REGS_ARM64 *)(x))->regs[29])194 #define PT_REGS_RC(x) (((PT_REGS_ARM64 *)(x))->regs[0])195 #define PT_REGS_SP(x) (((PT_REGS_ARM64 *)(x))->sp)[all …]