| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | basic-gcs.c | |
| /linux/tools/include/nolibc/sys/ |
| H A D | select.h | |
| H A D | mount.h | 26 return my_syscall5(__NR_mount, src, tgt, fst, flags, data); in sys_mount()
|
| H A D | prctl.h | 26 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl()
|
| H A D | wait.h | 26 return my_syscall5(__NR_waitid, which, pid, infop, options, rusage); in sys_waitid()
|
| H A D | mman.h | 49 return (void *)my_syscall5(__NR_mremap, old_address, old_size, in sys_mremap()
|
| H A D | stat.h | 29 return my_syscall5(__NR_statx, fd, path, flags, mask, buf); in sys_statx()
|
| /linux/tools/include/nolibc/ |
| H A D | arch-s390.h | 107 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ 189 return my_syscall5(__NR_clone, 0, SIGCHLD, 0, 0, 0); 196 return my_syscall5(__NR_clone, 0, CLONE_VM | CLONE_VFORK | SIGCHLD, 0, 0, 0); 103 #define my_syscall5( global() macro
|
| H A D | sys.h | 178 return my_syscall5(__NR_fchownat, AT_FDCWD, path, owner, group, 0); in sys_chown() 349 return my_syscall5(__NR_clone, SIGCHLD, 0, 0, 0, 0); in sys_fork() 368 return my_syscall5(__NR_clone, CLONE_VM | CLONE_VFORK | SIGCHLD, 0, 0, 0, 0); in sys_vfork() 580 return my_syscall5(__NR_linkat, AT_FDCWD, old, AT_FDCWD, new, 0); 605 ret = my_syscall5(__NR_llseek, fd, offset >> 32, (uint32_t)offset, &loff, whence);
|
| H A D | arch-mips.h | 157 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro 206 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-x86.h | 117 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro 287 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-arm64.h | 105 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-m68k.h | 93 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-loongarch.h | 106 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-riscv.h | 103 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-sh.h | 102 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-powerpc.h | 128 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-sparc.h | 117 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| H A D | arch-arm.h | 144 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ macro
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | tpidr2.c | |