Searched refs:__NR_getppid (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/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
|
/linux-6.3-rc2/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 1254 res = syscall(__NR_getppid); in TEST_F() 1280 res = syscall(__NR_getppid); in TEST_F_SIGNAL() 3386 ret = syscall(__NR_getppid); in TEST() 3415 ret = syscall(__NR_getppid); in TEST() 3511 ret = syscall(__NR_getppid); in TEST() 3634 ret = syscall(__NR_getppid); in TEST() 4397 ret = syscall(__NR_getppid); in TEST() 4419 ret = syscall(__NR_getppid); in TEST() 4520 ret = syscall(__NR_getppid); in TEST() 4588 ret = syscall(__NR_getppid); in TEST() [all …]
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | syscall.c | 68 case __NR_getppid: in bench_syscall_common() 89 case __NR_getppid: in bench_syscall_common() 138 return bench_syscall_common(argc, argv, __NR_getppid); in bench_syscall_basic()
|
/linux-6.3-rc2/tools/arch/x86/include/uapi/asm/ |
A D | unistd_32.h | 5 #ifndef __NR_getppid 6 #define __NR_getppid 64 macro
|
A D | unistd_64.h | 5 #ifndef __NR_getppid 6 #define __NR_getppid 110 macro
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | start_up.c | 287 __NR_getppid); in check_ptrace()
|
/linux-6.3-rc2/samples/bpf/ |
A D | map_perf_test_user.c | 290 syscall(__NR_getppid, 0); in test_array_lookup()
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | unistd.h | 523 #define __NR_getppid 173 macro 524 __SYSCALL(__NR_getppid, sys_getppid)
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | unistd.h | 523 #define __NR_getppid 173 macro 524 __SYSCALL(__NR_getppid, sys_getppid)
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | unistd32.h | 141 #define __NR_getppid 64 macro 142 __SYSCALL(__NR_getppid, sys_getppid)
|
/linux-6.3-rc2/tools/include/nolibc/ |
A D | sys.h | 477 return my_syscall0(__NR_getppid); in sys_getppid()
|
Completed in 24 milliseconds