Home
last modified time | relevance | path

Searched refs:__NR_getppid (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/powerpc/tm/
A Dtm-syscall-asm.S9 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 Dunistd_32.h8 #ifndef __NR_getppid
9 #define __NR_getppid 64 macro
A Dunistd_64.h8 #ifndef __NR_getppid
9 #define __NR_getppid 110 macro
/tools/perf/bench/
A Dsyscall.c100 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 Dseccomp_bpf.c1267 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 Dset_syscall_info.c160 __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 Dmap_ops.c18 (void)syscall(__NR_getppid); in map_delete()
/tools/testing/selftests/bpf/benchs/
A Dbench_htab_mem.c241 (void)syscall(__NR_getppid); in htab_mem_delete_fn()
/tools/include/uapi/asm-generic/
A Dunistd.h463 #define __NR_getppid 173 macro
464 __SYSCALL(__NR_getppid, sys_getppid)
/tools/include/nolibc/
A Dsys.h486 return my_syscall0(__NR_getppid); in sys_getppid()

Completed in 26 milliseconds