Symbol: my_syscall2
tools/include/nolibc/sched.h
24
return my_syscall2(__NR_setns, fd, nstype);
tools/include/nolibc/stackprotector.h
29
my_syscall2(__NR_kill, pid, SIGABRT);
tools/include/nolibc/sys.h
159
return my_syscall2(__NR_chmod, path, mode);
tools/include/nolibc/sys.h
259
ret = my_syscall2(nr_fcntl, old, F_GETFD);
tools/include/nolibc/sys.h
265
return my_syscall2(__NR_dup2, old, new);
tools/include/nolibc/sys.h
562
return my_syscall2(__NR_kill, pid, signal);
tools/include/nolibc/sys.h
582
return my_syscall2(__NR_link, old, new);
tools/include/nolibc/sys.h
634
return my_syscall2(__NR_mkdir, path, mode);
tools/include/nolibc/sys.h
694
return my_syscall2(__NR_pipe2, pipefd, flags);
tools/include/nolibc/sys.h
717
return my_syscall2(__NR_pivot_root, new, old);
tools/include/nolibc/sys.h
768
return my_syscall2(__NR_setpgid, pid, pgid);
tools/include/nolibc/sys.h
815
return my_syscall2(__NR_symlink, old, new);
tools/include/nolibc/sys.h
850
return my_syscall2(__NR_umount2, path, flags);
tools/include/nolibc/sys.h
905
return my_syscall2(__NR_memfd_create, name, flags);
tools/include/nolibc/sys/mman.h
68
return my_syscall2(__NR_munmap, addr, length);
tools/include/nolibc/sys/timerfd.h
22
return my_syscall2(__NR_timerfd_create, clockid, flags);
tools/include/nolibc/sys/timerfd.h
37
return my_syscall2(__NR_timerfd_gettime64, fd, curr_value);
tools/include/nolibc/sys/timerfd.h
40
return my_syscall2(__NR_timerfd_gettime, fd, curr_value);
tools/include/nolibc/time.h
172
return my_syscall2(__NR_timer_gettime64, timerid, curr_value);
tools/include/nolibc/time.h
175
return my_syscall2(__NR_timer_gettime, timerid, curr_value);
tools/include/nolibc/time.h
40
return my_syscall2(__NR_clock_getres_time64, clockid, res);
tools/include/nolibc/time.h
43
return my_syscall2(__NR_clock_getres, clockid, res);
tools/include/nolibc/time.h
58
return my_syscall2(__NR_clock_gettime64, clockid, tp);
tools/include/nolibc/time.h
61
return my_syscall2(__NR_clock_gettime, clockid, tp);
tools/include/nolibc/time.h
76
return my_syscall2(__NR_clock_settime64, clockid, tp);
tools/include/nolibc/time.h
79
return my_syscall2(__NR_clock_settime, clockid, tp);
tools/testing/selftests/arm64/gcs/gcs-locking.c
106
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,
tools/testing/selftests/arm64/gcs/gcs-locking.c
117
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS, 0);
tools/testing/selftests/arm64/gcs/gcs-locking.c
132
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,
tools/testing/selftests/arm64/gcs/gcs-locking.c
149
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,
tools/testing/selftests/arm64/gcs/gcs-locking.c
160
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,
tools/testing/selftests/arm64/gcs/gcs-locking.c
168
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,
tools/testing/selftests/arm64/gcs/gcs-locking.c
93
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,
tools/testing/selftests/arm64/gcs/libc-gcs.c
710
ret = my_syscall2(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &gcs_mode);
tools/testing/selftests/arm64/gcs/libc-gcs.c
718
ret = my_syscall2(__NR_prctl, PR_SET_SHADOW_STACK_STATUS,