Symbol: my_syscall5
tools/include/nolibc/arch-s390.h
189
return my_syscall5(__NR_clone, 0, SIGCHLD, 0, 0, 0);
tools/include/nolibc/arch-s390.h
196
return my_syscall5(__NR_clone, 0, CLONE_VM | CLONE_VFORK | SIGCHLD, 0, 0, 0);
tools/include/nolibc/poll.h
33
return my_syscall5(__NR_ppoll_time64, fds, nfds, (timeout >= 0) ? &t : NULL, NULL, 0);
tools/include/nolibc/poll.h
41
return my_syscall5(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL, 0);
tools/include/nolibc/sys.h
178
return my_syscall5(__NR_fchownat, AT_FDCWD, path, owner, group, 0);
tools/include/nolibc/sys.h
349
return my_syscall5(__NR_clone, SIGCHLD, 0, 0, 0, 0);
tools/include/nolibc/sys.h
368
return my_syscall5(__NR_clone, CLONE_VM | CLONE_VFORK | SIGCHLD, 0, 0, 0, 0);
tools/include/nolibc/sys.h
580
return my_syscall5(__NR_linkat, AT_FDCWD, old, AT_FDCWD, new, 0);
tools/include/nolibc/sys.h
605
ret = my_syscall5(__NR_llseek, fd, offset >> 32, (uint32_t)offset, &loff, whence);
tools/include/nolibc/sys/mman.h
49
return (void *)my_syscall5(__NR_mremap, old_address, old_size,
tools/include/nolibc/sys/mount.h
26
return my_syscall5(__NR_mount, src, tgt, fst, flags, data);
tools/include/nolibc/sys/prctl.h
26
return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5);
tools/include/nolibc/sys/stat.h
29
return my_syscall5(__NR_statx, fd, path, flags, mask, buf);
tools/include/nolibc/sys/wait.h
26
return my_syscall5(__NR_waitid, which, pid, infop, options, rusage);
tools/testing/selftests/riscv/cfi/cfitests.c
148
ret = my_syscall5(__NR_prctl, PR_GET_INDIR_BR_LP_STATUS, &lpad_status, 0, 0, 0);
tools/testing/selftests/riscv/cfi/cfitests.c
155
ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &ss_status, 0, 0, 0);
tools/testing/selftests/riscv/cfi/shadowstack.c
315
ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &ss_status, 0, 0, 0);
tools/testing/selftests/riscv/cfi/shadowstack.c
365
ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &shstk_status, 0, 0, 0);
tools/testing/selftests/riscv/cfi/shadowstack.c
88
ret = my_syscall5(__NR_prctl, PR_GET_SHADOW_STACK_STATUS, &ss_status, 0, 0, 0);