Home
last modified time | relevance | path

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

/linux-6.12.1/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()
/linux-6.12.1/arch/loongarch/include/uapi/asm/
Dptrace.h75 #define PTRACE_SYSEMU 0x1f macro
/linux-6.12.1/arch/x86/include/uapi/asm/
Dptrace-abi.h85 #define PTRACE_SYSEMU 31 macro
/linux-6.12.1/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()
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dptrace.h169 #define PTRACE_SYSEMU 0x1d macro
/linux-6.12.1/arch/um/kernel/
Dptrace.c56 case PTRACE_SYSEMU: in arch_ptrace()
/linux-6.12.1/arch/riscv/include/asm/
Dptrace.h56 #define PTRACE_SYSEMU 0x1f macro
/linux-6.12.1/arch/arm64/include/uapi/asm/
Dptrace.h77 #define PTRACE_SYSEMU 31 macro
/linux-6.12.1/kernel/
Dptrace.c817 #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/
Dptrace.h243 #define PTRACE_SYSEMU 31 macro
/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c386 op = PTRACE_SYSEMU; in userspace()
/linux-6.12.1/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1156 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0