Searched refs:PT_REGS_ARM64 (Results 1 – 1 of 1) sorted by relevance
194 #define PT_REGS_ARM64 const volatile struct user_pt_regs macro195 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0])196 #define PT_REGS_PARM2(x) (((PT_REGS_ARM64 *)(x))->regs[1])197 #define PT_REGS_PARM3(x) (((PT_REGS_ARM64 *)(x))->regs[2])198 #define PT_REGS_PARM4(x) (((PT_REGS_ARM64 *)(x))->regs[3])199 #define PT_REGS_PARM5(x) (((PT_REGS_ARM64 *)(x))->regs[4])200 #define PT_REGS_RET(x) (((PT_REGS_ARM64 *)(x))->regs[30])202 #define PT_REGS_FP(x) (((PT_REGS_ARM64 *)(x))->regs[29])203 #define PT_REGS_RC(x) (((PT_REGS_ARM64 *)(x))->regs[0])204 #define PT_REGS_SP(x) (((PT_REGS_ARM64 *)(x))->sp)[all …]