Searched refs:SYS_getpid (Results 1 – 9 of 9) sorted by relevance
172 asm volatile ("int $0x80" : "=a" (tmp) : "a" (SYS_getpid) in main()192 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()195 syscall(SYS_getpid); in main()209 unsigned long nr = SYS_getpid; in main()
90 bool ok = (eax == SYS_getpid || eax == getpid()) && in trace_fn()154 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()157 syscall(SYS_getpid, 1, 2, 3, 4, 5, 6); in main()
225 nr = SYS_getpid; in main()258 nr = SYS_getpid; in main()
42 syscall(SYS_getpid); in do_it()
153 asm volatile ("call *%[syscall_insn]" :: "a" (SYS_getpid), in test_syscall_fallthrough_to()
255 regs.user_ax = SYS_getpid; in test_ptrace_syscall_restart()274 if (regs.user_syscall_nr != SYS_getpid || in test_ptrace_syscall_restart()
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()
14 return syscall(SYS_getpid); in sys_getpid()
31 #define SYS_getpid 20 macro