Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/x86/
Dsingle_step_syscall.c143 asm volatile ("int $0x80" : "=a" (tmp) : "a" (SYS_getpid)); in main()
161 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()
164 syscall(SYS_getpid); in main()
Dunwind_vdso.c118 bool ok = (eax == SYS_getpid || eax == getpid()) && in trace_fn()
182 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()
185 syscall(SYS_getpid, 1, 2, 3, 4, 5, 6); in main()
Dsyscall_nt.c46 syscall(SYS_getpid); in main()
Dptrace_syscall.c240 regs.user_ax = SYS_getpid; in test_ptrace_syscall_restart()
259 if (regs.user_syscall_nr != SYS_getpid || in test_ptrace_syscall_restart()
/linux-4.4.14/arch/xtensa/platforms/iss/include/platform/
Dsimcall.h39 #define SYS_getpid 20 macro