Searched refs:PTRACE_SYSEMU (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/powerpc/ptrace/ |
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/ |
D | ptrace_syscall.c | 204 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/ |
D | ptrace.h | 183 #define PTRACE_SYSEMU 31 macro
|