Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/um/include/shared/
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, \
/linux-6.3-rc2/tools/testing/selftests/powerpc/ptrace/
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-6.3-rc2/arch/loongarch/include/uapi/asm/
A Dptrace.h58 #define PTRACE_SYSEMU 0x1f macro
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dptrace-abi.h85 #define PTRACE_SYSEMU 31 macro
/linux-6.3-rc2/tools/testing/selftests/x86/
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()
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dptrace.h169 #define PTRACE_SYSEMU 0x1d macro
/linux-6.3-rc2/arch/um/kernel/
A Dptrace.c61 case PTRACE_SYSEMU: in arch_ptrace()
/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dptrace.h77 #define PTRACE_SYSEMU 31 macro
/linux-6.3-rc2/kernel/
A Dptrace.c836 #ifdef PTRACE_SYSEMU
854 if (request == PTRACE_SYSEMU || request == PTRACE_SYSEMU_SINGLESTEP) in ptrace_resume()
1212 #ifdef PTRACE_SYSEMU in ptrace_request()
1213 case PTRACE_SYSEMU: in ptrace_request()
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dptrace.h183 #define PTRACE_SYSEMU 31 macro
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dptrace.h183 #define PTRACE_SYSEMU 31 macro
/linux-6.3-rc2/arch/um/os-Linux/
A Dstart_up.c173 if (ptrace(PTRACE_SYSEMU, pid, 0, 0) < 0) in check_sysemu()
/linux-6.3-rc2/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst1121 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0

Completed in 18 milliseconds