Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/ptrace/ !
H A 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/tools/testing/selftests/x86/ !
H A Dptrace_syscall.c184 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()
/linux/arch/x86/include/uapi/asm/ !
H A Dptrace-abi.h85 #define PTRACE_SYSEMU 31 macro
/linux/arch/loongarch/include/uapi/asm/ !
H A Dptrace.h91 #define PTRACE_SYSEMU 0x1f macro
/linux/arch/powerpc/include/uapi/asm/ !
H A Dptrace.h169 #define PTRACE_SYSEMU 0x1d macro
/linux/arch/riscv/include/asm/ !
H A Dptrace.h58 #define PTRACE_SYSEMU 0x1f macro
/linux/arch/um/kernel/ !
H A Dptrace.c59 case PTRACE_SYSEMU: in arch_ptrace()
/linux/arch/arm64/include/uapi/asm/ !
H A Dptrace.h77 #define PTRACE_SYSEMU 31 macro
/linux/arch/s390/include/uapi/asm/ !
H A Dptrace.h121 #define PTRACE_SYSEMU 31 macro
/linux/kernel/ !
H A Dptrace.c818 #ifdef PTRACE_SYSEMU
836 if (request == PTRACE_SYSEMU || request == PTRACE_SYSEMU_SINGLESTEP) in ptrace_resume()
1319 #ifdef PTRACE_SYSEMU in ptrace_request()
1320 case PTRACE_SYSEMU: in ptrace_request()
/linux/arch/um/os-Linux/skas/ !
H A Dprocess.c684 op = PTRACE_SYSEMU; in userspace()
/linux/Documentation/virt/uml/ !
H A Duser_mode_linux_howto_v2.rst1123 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0