Searched refs:NO_SYSCALL (Results 1 – 7 of 7) sorted by relevance
135 if (scno == NO_SYSCALL) in el0_svc_common()138 if (scno == NO_SYSCALL) in el0_svc_common()
2179 return NO_SYSCALL; in syscall_trace_enter()2184 return NO_SYSCALL; in syscall_trace_enter()
309 mov w21, #NO_SYSCALL
118 #define NO_SYSCALL (-1) macro208 return regs->syscallno != NO_SYSCALL; in in_syscall()213 regs->syscallno = NO_SYSCALL; in forget_syscall()
201 regs->syscall = NO_SYSCALL; /* disable syscall checks */ in restore_sigcontext()443 if (regs->syscall != NO_SYSCALL) { in do_signal()482 if (regs->syscall != NO_SYSCALL) { in do_signal()
547 if (regs->syscall == NO_SYSCALL) in do_syscall_trace_enter()553 regs->syscall = NO_SYSCALL; in do_syscall_trace_enter()557 if (regs->syscall == NO_SYSCALL || in do_syscall_trace_enter()
42 #define NO_SYSCALL (-1) macro
Completed in 14 milliseconds