Searched refs:NO_SYSCALL (Results 1 – 7 of 7) sorted by relevance
95 #define NO_SYSCALL (-1) macro179 return regs->syscallno != NO_SYSCALL; in in_syscall()184 regs->syscallno = NO_SYSCALL; in forget_syscall()
125 if (scno == NO_SYSCALL) in el0_svc_common()128 if (scno == NO_SYSCALL) in el0_svc_common()
2419 return NO_SYSCALL; in syscall_trace_enter()2424 return NO_SYSCALL; in syscall_trace_enter()
308 mov w21, #NO_SYSCALL
203 regs->syscall = NO_SYSCALL; /* disable syscall checks */ in restore_sigcontext()464 if (regs->syscall != NO_SYSCALL) { in do_signal()503 if (regs->syscall != NO_SYSCALL) { in do_signal()
546 if (regs->syscall == NO_SYSCALL) in do_syscall_trace_enter()552 regs->syscall = NO_SYSCALL; in do_syscall_trace_enter()556 if (regs->syscall == NO_SYSCALL || in do_syscall_trace_enter()
42 #define NO_SYSCALL (-1) macro