Searched refs:PTRACE_SYSEMU (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/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()
|
/linux-6.12.1/arch/loongarch/include/uapi/asm/ |
D | ptrace.h | 75 #define PTRACE_SYSEMU 0x1f macro
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 85 #define PTRACE_SYSEMU 31 macro
|
/linux-6.12.1/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()
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 169 #define PTRACE_SYSEMU 0x1d macro
|
/linux-6.12.1/arch/um/kernel/ |
D | ptrace.c | 56 case PTRACE_SYSEMU: in arch_ptrace()
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | ptrace.h | 56 #define PTRACE_SYSEMU 0x1f macro
|
/linux-6.12.1/arch/arm64/include/uapi/asm/ |
D | ptrace.h | 77 #define PTRACE_SYSEMU 31 macro
|
/linux-6.12.1/kernel/ |
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-6.12.1/arch/s390/include/uapi/asm/ |
D | ptrace.h | 243 #define PTRACE_SYSEMU 31 macro
|
/linux-6.12.1/arch/um/os-Linux/skas/ |
D | process.c | 386 op = PTRACE_SYSEMU; in userspace()
|
/linux-6.12.1/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1156 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0
|