Searched refs:SYS_getpid (Results 1 – 8 of 8) sorted by relevance
147 asm volatile ("int $0x80" : "=a" (tmp) : "a" (SYS_getpid) in main()167 syscall(SYS_getpid); /* Force symbol binding without TF set. */ in main()170 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()
226 nr = SYS_getpid; in main()259 nr = SYS_getpid; in main()
68 syscall(SYS_getpid); in do_it()
161 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()
14 return syscall(SYS_getpid); in sys_getpid()
40 #define SYS_getpid 20 macro