Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/um/shared/sysdep/
Dptrace_user.h23 #ifndef PTRACE_OLDSETOPTIONS
24 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/um/include/shared/
Dptrace_user.h40 #ifndef PTRACE_OLDSETOPTIONS
41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
/linux-4.4.14/arch/x86/include/uapi/asm/
Dptrace-abi.h74 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/um/include/asm/
Dptrace-generic.h30 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dptrace.h57 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dptrace.h114 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/arm/include/uapi/asm/
Dptrace.h24 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/um/os-Linux/
Dstart_up.c208 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_sysemu()
266 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_ptrace()
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace.h245 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/arch/um/os-Linux/skas/
Dprocess.c293 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace()
511 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0()
/linux-4.4.14/arch/s390/include/uapi/asm/
Dptrace.h181 #define PTRACE_OLDSETOPTIONS 21 macro
/linux-4.4.14/kernel/
Dptrace.c853 #ifdef PTRACE_OLDSETOPTIONS in ptrace_request()
854 case PTRACE_OLDSETOPTIONS: in ptrace_request()