Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall-asm.S9 li r0, __NR_getppid
20 li r0, __NR_getppid
39 li r0, __NR_getppid
53 li r0, __NR_getppid
/linux/tools/arch/x86/include/uapi/asm/
H A Dunistd_32.h8 #ifndef __NR_getppid
9 #define __NR_getppid 64 macro
H A Dunistd_64.h8 #ifndef __NR_getppid
9 #define __NR_getppid 110 macro
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c622 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST()
708 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL()
743 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL()
788 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL()
992 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST()
1010 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST()
1032 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST()
1063 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST()
1276 res = syscall(__NR_getppid); in TEST_F()
1302 res = syscall(__NR_getppid); in TEST_F_SIGNAL()
[all …]
/linux/tools/perf/bench/
H 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_getpgid()
/linux/tools/testing/selftests/ptrace/
H A Dset_syscall_info.c160 __NR_getppid, in TEST()
198 __NR_getppid, in TEST()
204 __NR_getppid, in TEST()
269 __NR_getppid, in TEST()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_ops.c18 (void)syscall(__NR_getppid); in map_delete()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c241 (void)syscall(__NR_getppid); in htab_mem_delete_fn()
/linux/arch/um/os-Linux/
H A Dstart_up.c224 __NR_getppid); in check_ptrace()
/linux/samples/bpf/
H A Dmap_perf_test_user.c290 syscall(__NR_getppid, 0); in test_array_lookup()
/linux/include/uapi/asm-generic/
H A Dunistd.h463 #define __NR_getppid 173 macro
464 __SYSCALL(__NR_getppid, sys_getppid)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h463 #define __NR_getppid 173 macro
464 __SYSCALL(__NR_getppid, sys_getppid)
/linux/tools/include/nolibc/
H A Dsys.h502 return my_syscall0(__NR_getppid); in sys_getppid()