Searched refs:NO_SYSCALL (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dsyscall.c113 * is to set the system call to -1 (NO_SYSCALL) and set x0 to a
126 if (scno == NO_SYSCALL)
129 if (scno == NO_SYSCALL)
H A Dptrace.c2238 return NO_SYSCALL;
2243 return NO_SYSCALL;
H A Dentry.S308 mov w21, #NO_SYSCALL
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h42 #define NO_SYSCALL (-1) macro
/linux-master/arch/arm64/include/asm/
H A Dptrace.h112 * If pt_regs.syscallno == NO_SYSCALL, then the thread is not executing
118 #define NO_SYSCALL (-1) macro
208 return regs->syscallno != NO_SYSCALL;
213 regs->syscallno = NO_SYSCALL;
/linux-master/arch/xtensa/kernel/
H A Dsignal.c203 regs->syscall = NO_SYSCALL; /* disable syscall checks */
464 if (regs->syscall != NO_SYSCALL) {
503 if (regs->syscall != NO_SYSCALL) {
H A Dptrace.c546 if (regs->syscall == NO_SYSCALL)
552 regs->syscall = NO_SYSCALL;
556 if (regs->syscall == NO_SYSCALL ||

Completed in 163 milliseconds