Searched refs:SYS_getpid (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/livepatch/
H A Dtest_klp-call_getpid.c36 (void)syscall(SYS_getpid);
/linux-master/tools/testing/selftests/proc/
H A Dproc.h14 return syscall(SYS_getpid);
/linux-master/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-iss.h31 #define SYS_getpid 20 macro
/linux-master/tools/testing/selftests/x86/
H A Dsingle_step_syscall.c172 asm volatile ("int $0x80" : "=a" (tmp) : "a" (SYS_getpid)
192 syscall(SYS_getpid); /* Force symbol binding without TF set. */
195 syscall(SYS_getpid);
209 unsigned long nr = SYS_getpid;
H A Dunwind_vdso.c90 bool ok = (eax == SYS_getpid || eax == getpid()) &&
154 syscall(SYS_getpid); /* Force symbol binding without TF set. */
157 syscall(SYS_getpid, 1, 2, 3, 4, 5, 6);
H A Dsyscall_nt.c42 syscall(SYS_getpid);
H A Dmov_ss_trap.c225 nr = SYS_getpid;
258 nr = SYS_getpid;
H A Dsysret_rip.c153 asm volatile ("call *%[syscall_insn]" :: "a" (SYS_getpid),
H A Dptrace_syscall.c255 regs.user_ax = SYS_getpid;
274 if (regs.user_syscall_nr != SYS_getpid ||
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c161 regs.user_syscall_nr = SYS_getpid;
185 if (regs.user_syscall_nr != SYS_getpid

Completed in 150 milliseconds