Searched refs:__PT_REGS_CAST (Results 1 – 1 of 1) sorted by relevance
134 #define __PT_REGS_CAST(x) ((const user_pt_regs *)(x)) macro168 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro230 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro247 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro268 #ifndef __PT_REGS_CAST269 #define __PT_REGS_CAST(x) (x) macro272 #define PT_REGS_PARM1(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG)273 #define PT_REGS_PARM2(x) (__PT_REGS_CAST(x)->__PT_PARM2_REG)274 #define PT_REGS_PARM3(x) (__PT_REGS_CAST(x)->__PT_PARM3_REG)275 #define PT_REGS_PARM4(x) (__PT_REGS_CAST(x)->__PT_PARM4_REG)[all …]