Home
last modified time | relevance | path

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

/linux-6.3-rc2/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
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1254 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 Dsyscall.c68 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 Dunistd_32.h5 #ifndef __NR_getppid
6 #define __NR_getppid 64 macro
A Dunistd_64.h5 #ifndef __NR_getppid
6 #define __NR_getppid 110 macro
/linux-6.3-rc2/arch/um/os-Linux/
A Dstart_up.c287 __NR_getppid); in check_ptrace()
/linux-6.3-rc2/samples/bpf/
A Dmap_perf_test_user.c290 syscall(__NR_getppid, 0); in test_array_lookup()
/linux-6.3-rc2/include/uapi/asm-generic/
A Dunistd.h523 #define __NR_getppid 173 macro
524 __SYSCALL(__NR_getppid, sys_getppid)
/linux-6.3-rc2/tools/include/uapi/asm-generic/
A Dunistd.h523 #define __NR_getppid 173 macro
524 __SYSCALL(__NR_getppid, sys_getppid)
/linux-6.3-rc2/arch/arm64/include/asm/
A Dunistd32.h141 #define __NR_getppid 64 macro
142 __SYSCALL(__NR_getppid, sys_getppid)
/linux-6.3-rc2/tools/include/nolibc/
A Dsys.h477 return my_syscall0(__NR_getppid); in sys_getppid()

Completed in 24 milliseconds