/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-syscall-asm.S | 9 li r0, __NR_getppid 20 li r0, __NR_getppid
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 583 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 669 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 704 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 749 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 953 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 971 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 993 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 1024 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 1237 res = syscall(__NR_getppid); in TEST_F() 1263 res = syscall(__NR_getppid); in TEST_F_SIGNAL() [all …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 131 #define __NR_getppid 110 macro
|
D | unistd_32.h | 85 #define __NR_getppid 64 macro
|
D | unistd_x32.h | 119 #define __NR_getppid (__X32_SYSCALL_BIT + 110) macro
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
D | start_up.c | 287 __NR_getppid); in check_ptrace()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 242 #define __NR_getppid 173 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 391 #define __NR_getppid 173 macro 392 __SYSCALL(__NR_getppid, sys_getppid)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 523 #define __NR_getppid 173 macro 524 __SYSCALL(__NR_getppid, sys_getppid)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 523 #define __NR_getppid 173 macro 524 __SYSCALL(__NR_getppid, sys_getppid)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 129 #define __NR_getppid (__NR_Linux + 108) macro
|
D | unistd_n32.h | 129 #define __NR_getppid (__NR_Linux + 108) macro
|
D | unistd_o32.h | 85 #define __NR_getppid (__NR_Linux + 64) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 54 #define __NR_getppid (__NR_SYSCALL_BASE + 64) macro
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | map_perf_test_user.c | 288 syscall(__NR_getppid, 0); in test_array_lookup()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 141 #define __NR_getppid 64 macro 142 __SYSCALL(__NR_getppid, sys_getppid)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 67 #define __NR_getppid (__NR_SYSCALL_BASE + 64) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 156 SYSCALL_HAND_DEF(__NR_getppid, SysGetPPID, unsigned int, ARG_NUM_0)
|