__PT_REGS_CAST
#define __PT_REGS_CAST(x) ((const user_pt_regs *)(x))
#define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x))
#define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x))
#define __PT_REGS_CAST(x) ((const struct user_regs_struct *)(x))
#define __PT_REGS_CAST(x) ((const struct user_pt_regs *)(x))
#define __PT_REGS_CAST(x) (x)