Searched refs:PT_REGS_ARM64 (Results 1 – 1 of 1) sorted by relevance
444 #define PT_REGS_ARM64 const volatile struct user_pt_regs macro445 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0])446 #define PT_REGS_PARM2(x) (((PT_REGS_ARM64 *)(x))->regs[1])447 #define PT_REGS_PARM3(x) (((PT_REGS_ARM64 *)(x))->regs[2])448 #define PT_REGS_PARM4(x) (((PT_REGS_ARM64 *)(x))->regs[3])449 #define PT_REGS_PARM5(x) (((PT_REGS_ARM64 *)(x))->regs[4])450 #define PT_REGS_RET(x) (((PT_REGS_ARM64 *)(x))->regs[30])452 #define PT_REGS_FP(x) (((PT_REGS_ARM64 *)(x))->regs[29])453 #define PT_REGS_RC(x) (((PT_REGS_ARM64 *)(x))->regs[0])454 #define PT_REGS_SP(x) (((PT_REGS_ARM64 *)(x))->sp)[all …]