Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/shared/
H A Dptrace_user.h17 #ifndef PTRACE_SYSEMU
18 #define PTRACE_SYSEMU 31 macro
51 { PTRACE_SYSEMU, PTRACE_SYSEMU, PTRACE_SINGLESTEP }, \
52 { PTRACE_SYSEMU, PTRACE_SYSEMU_SINGLESTEP, \
/openbmc/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()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h85 #define PTRACE_SYSEMU 31 macro
/openbmc/linux/tools/testing/selftests/x86/
H A 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()
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dptrace.h85 #define PTRACE_SYSEMU 0x1f macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h169 #define PTRACE_SYSEMU 0x1d macro
/openbmc/linux/arch/riscv/include/asm/
H A Dptrace.h56 #define PTRACE_SYSEMU 0x1f macro
/openbmc/linux/arch/um/kernel/
H A Dptrace.c61 case PTRACE_SYSEMU: in arch_ptrace()
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h77 #define PTRACE_SYSEMU 31 macro
/openbmc/linux/kernel/
H A Dptrace.c837 #ifdef PTRACE_SYSEMU
855 if (request == PTRACE_SYSEMU || request == PTRACE_SYSEMU_SINGLESTEP) in ptrace_resume()
1213 #ifdef PTRACE_SYSEMU in ptrace_request()
1214 case PTRACE_SYSEMU: in ptrace_request()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h243 #define PTRACE_SYSEMU 31 macro
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c173 if (ptrace(PTRACE_SYSEMU, pid, 0, 0) < 0) in check_sysemu()
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1121 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0