Searched refs:__NR_getppid (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-syscall-asm.S | 9 li r0, __NR_getppid 20 li r0, __NR_getppid 39 li r0, __NR_getppid 53 li r0, __NR_getppid
|
| /tools/arch/x86/include/uapi/asm/ |
| A D | unistd_32.h | 8 #ifndef __NR_getppid 9 #define __NR_getppid 64 macro
|
| A D | unistd_64.h | 8 #ifndef __NR_getppid 9 #define __NR_getppid 110 macro
|
| /tools/perf/bench/ |
| A D | syscall.c | 100 case __NR_getppid: in bench_syscall_common() 120 case __NR_getppid: in bench_syscall_common() 172 return bench_syscall_common(argc, argv, __NR_getppid); in bench_syscall_basic()
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 1267 res = syscall(__NR_getppid); in TEST_F() 1293 res = syscall(__NR_getppid); in TEST_F_SIGNAL() 3399 ret = syscall(__NR_getppid); in TEST() 3428 ret = syscall(__NR_getppid); in TEST() 3524 ret = syscall(__NR_getppid); in TEST() 3647 ret = syscall(__NR_getppid); in TEST() 4384 ret = syscall(__NR_getppid); in TEST() 4546 ret = syscall(__NR_getppid); in TEST() 4669 ret = syscall(__NR_getppid); in TEST() 4737 ret = syscall(__NR_getppid); in TEST() [all …]
|
| /tools/testing/selftests/ptrace/ |
| A D | set_syscall_info.c | 160 __NR_getppid, in TEST() 198 __NR_getppid, in TEST() 204 __NR_getppid, in TEST() 269 __NR_getppid, in TEST()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | map_ops.c | 18 (void)syscall(__NR_getppid); in map_delete()
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_htab_mem.c | 241 (void)syscall(__NR_getppid); in htab_mem_delete_fn()
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 463 #define __NR_getppid 173 macro 464 __SYSCALL(__NR_getppid, sys_getppid)
|
| /tools/include/nolibc/ |
| A D | sys.h | 486 return my_syscall0(__NR_getppid); in sys_getppid()
|
Completed in 26 milliseconds