Searched refs:__PT_REGS_CAST (Results 1 – 2 of 2) sorted by relevance
169 #define __PT_REGS_CAST(x) ((const user_pt_regs *)(x)) macro228 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro355 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro388 #define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x)) macro421 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro453 #ifndef __PT_REGS_CAST454 #define __PT_REGS_CAST(x) (x) macro487 #define PT_REGS_PARM1(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG)488 #define PT_REGS_PARM2(x) (__PT_REGS_CAST(x)->__PT_PARM2_REG)489 #define PT_REGS_PARM3(x) (__PT_REGS_CAST(x)->__PT_PARM3_REG)[all …]
29 #define pt_regs_struct_t typeof(*(__PT_REGS_CAST((struct pt_regs *)NULL)))