Home | History | Annotate | Download | only in strace

Lines Matching full:syscall_mode

713 	static long syscall_mode;
759 if (upeek(tcp, PT_GPR2, &syscall_mode) < 0)
762 if (syscall_mode != -ENOSYS) {
766 scno = syscall_mode;
1437 if (syscall_mode != -ENOSYS)
1438 syscall_mode = tcp->scno;
1439 if (gpr2 != syscall_mode && !(tcp->flags & TCB_INSYSCALL)) {