Searched refs:SYS_getpid (Results 1 – 10 of 10) sorted by relevance
150 asm volatile ("int $0x80" : "=a" (tmp) : "a" (SYS_getpid) in main()170 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()173 syscall(SYS_getpid); in main()187 unsigned long nr = SYS_getpid; in main()
78 bool ok = (eax == SYS_getpid || eax == getpid()) && in trace_fn()142 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()145 syscall(SYS_getpid, 1, 2, 3, 4, 5, 6); in main()
213 nr = SYS_getpid; in main()246 nr = SYS_getpid; in main()
30 syscall(SYS_getpid); in do_it()
235 regs.user_ax = SYS_getpid; in test_ptrace_syscall_restart()254 if (regs.user_syscall_nr != SYS_getpid || in test_ptrace_syscall_restart()
123 asm volatile ("call *%[syscall_insn]" :: "a" (SYS_getpid), in test_syscall_fallthrough_to()
161 regs.user_syscall_nr = SYS_getpid; in test_ptrace_syscall_restart()185 if (regs.user_syscall_nr != SYS_getpid in test_ptrace_syscall_restart()
36 (void)syscall(SYS_getpid); in main()
14 return syscall(SYS_getpid); in sys_getpid()
31 #define SYS_getpid 20 macro