Searched refs:PTRACE_SYSEMU (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/arch/um/include/shared/ |
A D | ptrace_user.h | 17 #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 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.3-rc2/arch/loongarch/include/uapi/asm/ |
A D | ptrace.h | 58 #define PTRACE_SYSEMU 0x1f macro
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | ptrace-abi.h | 85 #define PTRACE_SYSEMU 31 macro
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A 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.3-rc2/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 169 #define PTRACE_SYSEMU 0x1d macro
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | ptrace.c | 61 case PTRACE_SYSEMU: in arch_ptrace()
|
/linux-6.3-rc2/arch/arm64/include/uapi/asm/ |
A D | ptrace.h | 77 #define PTRACE_SYSEMU 31 macro
|
/linux-6.3-rc2/kernel/ |
A D | ptrace.c | 836 #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 D | ptrace.h | 183 #define PTRACE_SYSEMU 31 macro
|
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/ |
A D | ptrace.h | 183 #define PTRACE_SYSEMU 31 macro
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | start_up.c | 173 if (ptrace(PTRACE_SYSEMU, pid, 0, 0) < 0) in check_sysemu()
|
/linux-6.3-rc2/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 1121 ptrace(PTRACE_SYSEMU, 16967, NULL, 0) = 0
|
Completed in 32 milliseconds