Home
last modified time | relevance | path

Searched refs:SYS_getpid (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c161 regs.user_syscall_nr = SYS_getpid; in test_ptrace_syscall_restart()
185 if (regs.user_syscall_nr != SYS_getpid in test_ptrace_syscall_restart()
/linux/tools/testing/selftests/livepatch/
H A Dtest_klp-call_getpid.c36 (void)syscall(SYS_getpid); in main()
/linux/tools/testing/selftests/proc/
H A Dproc.h14 return syscall(SYS_getpid); in sys_getpid()
/linux/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-iss.h31 #define SYS_getpid 20 macro