Home
last modified time | relevance | path

Searched refs:PTRACE_SYSEMU (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/powerpc/ptrace/
Dptrace-syscall.c37 #define PTRACE_SYSEMU 0x1d macro
92 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
130 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
173 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
/tools/testing/selftests/x86/
Dptrace_syscall.c204 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
235 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
267 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
/tools/arch/s390/include/uapi/asm/
Dptrace.h183 #define PTRACE_SYSEMU 31 macro