Searched refs:PTRACE_OLDSETOPTIONS (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/um/shared/sysdep/ |
A D | ptrace_user.h | 24 #ifndef PTRACE_OLDSETOPTIONS 25 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/um/include/shared/ |
A D | ptrace_user.h | 40 #ifndef PTRACE_OLDSETOPTIONS 41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
|
/linux/arch/x86/include/uapi/asm/ |
A D | ptrace-abi.h | 75 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/um/include/asm/ |
A D | ptrace-generic.h | 30 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/mips/include/uapi/asm/ |
A D | ptrace.h | 58 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/um/os-Linux/ |
A D | start_up.c | 208 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_sysemu() 266 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_ptrace()
|
/linux/arch/arm/include/uapi/asm/ |
A D | ptrace.h | 25 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/ia64/include/uapi/asm/ |
A D | ptrace.h | 246 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/um/os-Linux/skas/ |
A D | process.c | 360 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace() 602 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0()
|
/linux/tools/arch/s390/include/uapi/asm/ |
A D | ptrace.h | 182 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/arch/s390/include/uapi/asm/ |
A D | ptrace.h | 182 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux/kernel/ |
A D | ptrace.c | 1049 #ifdef PTRACE_OLDSETOPTIONS in ptrace_request() 1050 case PTRACE_OLDSETOPTIONS: in ptrace_request()
|
Completed in 20 milliseconds