Searched refs:SYS_getpid (Results 1 – 9 of 9) sorted by relevance
139 asm volatile ("int $0x80" : "=a" (tmp) : "a" (SYS_getpid) in main()159 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()162 syscall(SYS_getpid); in main()
109 bool ok = (eax == SYS_getpid || eax == getpid()) && in trace_fn()173 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()176 syscall(SYS_getpid, 1, 2, 3, 4, 5, 6); in main()
226 nr = SYS_getpid; in main()259 nr = SYS_getpid; in main()
60 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()
40 #define SYS_getpid 20 macro