Lines Matching full:syscall_mode
774 static long syscall_mode;820 if (upeek(pid, PT_GPR2, &syscall_mode) < 0)823 if (syscall_mode != -ENOSYS) {827 scno = syscall_mode;1392 if (syscall_mode != -ENOSYS)1393 syscall_mode = tcp->scno;1394 if (gpr2 != syscall_mode && !(tcp->flags & TCB_INSYSCALL)) {