Searched refs:orig_p0 (Results 1 – 6 of 6) sorted by relevance
75 regs->orig_p0 = -1; /* disable syscall checks */ in rt_restore_sigcontext()212 regs->p0 = regs->orig_p0; in handle_restart()233 if (regs->orig_p0 >= 0) in handle_signal()265 if (regs->orig_p0 >= 0) in do_signal()
213 if (!__ipipe_syscall_watched_p(current, regs->orig_p0) || in __ipipe_syscall_root()
130 childregs->orig_p0 = -1; in copy_thread()
53 DEFINE(PT_ORIG_P0, offsetof(struct pt_regs, orig_p0)); in main()
34 regs->p0 = regs->orig_p0; in syscall_rollback()
87 long orig_p0; member