Home
last modified time | relevance | path

Searched refs:PTRACE_SYSEMU_SINGLESTEP (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/um/include/shared/
H A Dptrace_user.h20 #ifndef PTRACE_SYSEMU_SINGLESTEP
21 #define PTRACE_SYSEMU_SINGLESTEP 32 macro
52 { PTRACE_SYSEMU, PTRACE_SYSEMU_SINGLESTEP, \
53 PTRACE_SYSEMU_SINGLESTEP } }) \
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Dptrace.h76 #define PTRACE_SYSEMU_SINGLESTEP 0x20 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h86 #define PTRACE_SYSEMU_SINGLESTEP 32 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h170 #define PTRACE_SYSEMU_SINGLESTEP 0x1e macro
/openbmc/linux/arch/riscv/include/asm/
H A Dptrace.h57 #define PTRACE_SYSEMU_SINGLESTEP 0x20 macro
/openbmc/linux/arch/um/kernel/
H A Dptrace.c62 case PTRACE_SYSEMU_SINGLESTEP: in arch_ptrace()
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h78 #define PTRACE_SYSEMU_SINGLESTEP 32 macro
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h244 #define PTRACE_SYSEMU_SINGLESTEP 32 macro
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c214 if (ptrace(PTRACE_SYSEMU_SINGLESTEP, pid, 0, 0) < 0) in check_sysemu()
/openbmc/linux/kernel/
H A Dptrace.c838 #define is_sysemu_singlestep(request) ((request) == PTRACE_SYSEMU_SINGLESTEP)
855 if (request == PTRACE_SYSEMU || request == PTRACE_SYSEMU_SINGLESTEP) in ptrace_resume()
1215 case PTRACE_SYSEMU_SINGLESTEP: in ptrace_request()