Searched refs:NO_SYSCALL (Results 1 – 8 of 8) sorted by relevance
17 #define NO_SYSCALL (-1) macro54 return regs->syscallno != NO_SYSCALL; in in_syscall()59 regs->syscallno = NO_SYSCALL; in forget_syscall()
99 #define NO_SYSCALL (-1) macro186 return regs->syscallno != NO_SYSCALL; in in_syscall()191 regs->syscallno = NO_SYSCALL; in forget_syscall()
107 if (scno == NO_SYSCALL) in el0_svc_common()110 if (scno == NO_SYSCALL) in el0_svc_common()
230 mov w21, #NO_SYSCALL
42 #define NO_SYSCALL (-1) macro
207 (regs)->syscall = NO_SYSCALL; \
194 regs->syscall = NO_SYSCALL; /* disable syscall checks */ in restore_sigcontext()436 if (regs->syscall != NO_SYSCALL) { in do_signal()475 if (regs->syscall != NO_SYSCALL) { in do_signal()
549 regs->syscall = NO_SYSCALL; in do_syscall_trace_enter()