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)) macro419 #define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x)) macro451 #ifndef __PT_REGS_CAST452 #define __PT_REGS_CAST(x) (x) macro485 #define PT_REGS_PARM1(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG)493 #define PT_REGS_RET(x) (__PT_REGS_CAST(x)->__PT_RET_REG)494 #define PT_REGS_FP(x) (__PT_REGS_CAST(x)->__PT_FP_REG)495 #define PT_REGS_RC(x) (__PT_REGS_CAST(x)->__PT_RC_REG)496 #define PT_REGS_SP(x) (__PT_REGS_CAST(x)->__PT_SP_REG)[all …]
29 #define pt_regs_struct_t typeof(*(__PT_REGS_CAST((struct pt_regs *)NULL)))