Searched refs:PTRACE_SYSEMU (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/powerpc/ptrace/ |
H 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()
|
/linux/tools/testing/selftests/x86/ |
H A 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()
|
/linux/arch/loongarch/include/uapi/asm/ |
H A D | ptrace.h | 75 #define PTRACE_SYSEMU 0x1f macro
|
/linux/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 85 #define PTRACE_SYSEMU 31 macro
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | ptrace.h | 169 #define PTRACE_SYSEMU 0x1d macro
|
/linux/arch/riscv/include/asm/ |
H A D | ptrace.h | 56 #define PTRACE_SYSEMU 0x1f macro
|
/linux/kernel/ |
H A D | ptrace.c | 817 #ifdef PTRACE_SYSEMU 835 if (request == PTRACE_SYSEMU || request == PTRACE_SYSEMU_SINGLESTEP) in ptrace_resume() 1193 #ifdef PTRACE_SYSEMU in ptrace_request() 1194 case PTRACE_SYSEMU: in ptrace_request()
|
/linux/arch/s390/include/uapi/asm/ |
H A D | ptrace.h | 243 #define PTRACE_SYSEMU 31 macro
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 464 op = PTRACE_SYSEMU; in userspace()
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1156 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0
|