Searched refs:NO_SYSCALL (Results 1 – 7 of 7) sorted by relevance
125 if (scno == NO_SYSCALL) in el0_svc_common()128 if (scno == NO_SYSCALL) in el0_svc_common()
2284 return NO_SYSCALL; in syscall_trace_enter()2289 return NO_SYSCALL; in syscall_trace_enter()
308 mov w21, #NO_SYSCALL
95 #define NO_SYSCALL (-1) macro185 return regs->syscallno != NO_SYSCALL; in in_syscall()190 regs->syscallno = NO_SYSCALL; in forget_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