Searched refs:PTRACE_SYSEMU (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-syscall.c | 37 #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/ |
| A D | ptrace_syscall.c | 184 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart() 215 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart() 247 if (ptrace(PTRACE_SYSEMU, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
|
Completed in 5 milliseconds