Home
last modified time | relevance | path

Searched refs:PTRACE_OLDSETOPTIONS (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dptrace_user.h24 #ifndef PTRACE_OLDSETOPTIONS
25 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/arch/um/include/shared/
H A Dptrace_user.h40 #ifndef PTRACE_OLDSETOPTIONS
41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h75 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/arch/um/include/asm/
H A Dptrace-generic.h30 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dptrace.h58 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c208 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_sysemu()
266 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_ptrace()
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dptrace.h25 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace.h246 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c358 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace()
600 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h242 #define PTRACE_OLDSETOPTIONS 21 macro
/openbmc/linux/kernel/
H A Dptrace.c1049 #ifdef PTRACE_OLDSETOPTIONS in ptrace_request()
1050 case PTRACE_OLDSETOPTIONS: in ptrace_request()