Searched refs:PT_REGS_ARM64 (Results 1 – 1 of 1) sorted by relevance
200 #define PT_REGS_ARM64 const volatile struct user_pt_regs macro201 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0])202 #define PT_REGS_PARM2(x) (((PT_REGS_ARM64 *)(x))->regs[1])203 #define PT_REGS_PARM3(x) (((PT_REGS_ARM64 *)(x))->regs[2])204 #define PT_REGS_PARM4(x) (((PT_REGS_ARM64 *)(x))->regs[3])205 #define PT_REGS_PARM5(x) (((PT_REGS_ARM64 *)(x))->regs[4])206 #define PT_REGS_RET(x) (((PT_REGS_ARM64 *)(x))->regs[30])208 #define PT_REGS_FP(x) (((PT_REGS_ARM64 *)(x))->regs[29])209 #define PT_REGS_RC(x) (((PT_REGS_ARM64 *)(x))->regs[0])210 #define PT_REGS_SP(x) (((PT_REGS_ARM64 *)(x))->sp)[all …]
Completed in 72 milliseconds