Searched refs:SYS_getpid (Results 1 – 5 of 5) sorted by relevance
143 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()
118 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()
46 syscall(SYS_getpid); in main()
240 regs.user_ax = SYS_getpid; in test_ptrace_syscall_restart()259 if (regs.user_syscall_nr != SYS_getpid || in test_ptrace_syscall_restart()
39 #define SYS_getpid 20 macro