Searched refs:__NR_getppid (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/tools/testing/selftests/powerpc/tm/ |
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
|
/linux-6.6.21/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 600 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 686 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 721 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 766 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 970 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 988 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 1010 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 1041 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 1254 res = syscall(__NR_getppid); in TEST_F() 1280 res = syscall(__NR_getppid); in TEST_F_SIGNAL() [all …]
|
/linux-6.6.21/tools/arch/x86/include/uapi/asm/ |
D | unistd_32.h | 8 #ifndef __NR_getppid 9 #define __NR_getppid 64 macro
|
D | unistd_64.h | 8 #ifndef __NR_getppid 9 #define __NR_getppid 110 macro
|
/linux-6.6.21/tools/perf/bench/ |
D | syscall.c | 89 case __NR_getppid: in bench_syscall_common() 116 case __NR_getppid: in bench_syscall_common() 168 return bench_syscall_common(argc, argv, __NR_getppid); in bench_syscall_basic()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | map_ops.c | 18 (void)syscall(__NR_getppid); in map_delete()
|
/linux-6.6.21/arch/um/os-Linux/ |
D | start_up.c | 287 __NR_getppid); in check_ptrace()
|
/linux-6.6.21/tools/testing/selftests/bpf/benchs/ |
D | bench_htab_mem.c | 241 (void)syscall(__NR_getppid); in htab_mem_delete_fn()
|
/linux-6.6.21/samples/bpf/ |
D | map_perf_test_user.c | 290 syscall(__NR_getppid, 0); in test_array_lookup()
|
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | unistd.h | 463 #define __NR_getppid 173 macro 464 __SYSCALL(__NR_getppid, sys_getppid)
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | unistd.h | 463 #define __NR_getppid 173 macro 464 __SYSCALL(__NR_getppid, sys_getppid)
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | unistd32.h | 141 #define __NR_getppid 64 macro 142 __SYSCALL(__NR_getppid, sys_getppid)
|
/linux-6.6.21/tools/include/nolibc/ |
D | sys.h | 440 return my_syscall0(__NR_getppid); in sys_getppid()
|