/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | ptrace_user.h | 30 * recompilation. So, we use PTRACE_OLDSETOPTIONS in UML. 32 * have PTRACE_OLDSETOPTIONS. So, if it is missing, we declare 33 * PTRACE_OLDSETOPTIONS to be the same as PTRACE_SETOPTIONS. 36 * linux 2.6, PTRACE_OLDSETOPTIONS never is defined, and also isn't 38 * the new 0x4200 with the name PTRACE_OLDSETOPTIONS. 40 #ifndef PTRACE_OLDSETOPTIONS 41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
|
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/ |
H A D | ptrace_user.h | 24 #ifndef PTRACE_OLDSETOPTIONS 25 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | ptrace_user.h | 30 * recompilation. So, we use PTRACE_OLDSETOPTIONS in UML. 32 * have PTRACE_OLDSETOPTIONS. So, if it is missing, we declare 33 * PTRACE_OLDSETOPTIONS to be the same as PTRACE_SETOPTIONS. 36 * linux 2.6, PTRACE_OLDSETOPTIONS never is defined, and also isn't 38 * the new 0x4200 with the name PTRACE_OLDSETOPTIONS. 40 #ifndef PTRACE_OLDSETOPTIONS 41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
|
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/ |
H A D | ptrace_user.h | 24 #ifndef PTRACE_OLDSETOPTIONS 25 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 75 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 75 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 72 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 72 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 58 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
H A D | ptrace-generic.h | 30 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 58 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | ptrace-generic.h | 30 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | ptrace.h | 46 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | ptrace.h | 46 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | ptrace.h | 246 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/ |
H A D | ptrace.h | 25 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/ |
H A D | ptrace.h | 246 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/ |
H A D | ptrace.h | 25 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
H A D | ptrace.h | 15 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/ |
H A D | ptrace.h | 28 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
H A D | ptrace.h | 28 #define PTRACE_OLDSETOPTIONS 21 macro
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | start_up.c | 208 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_sysemu() 210 fatal_perror("check_sysemu: PTRACE_OLDSETOPTIONS failed"); in check_sysemu() 266 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_ptrace() 268 fatal_perror("check_ptrace: PTRACE_OLDSETOPTIONS failed"); in check_ptrace()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | start_up.c | 208 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_sysemu() 210 fatal_perror("check_sysemu: PTRACE_OLDSETOPTIONS failed"); in check_sysemu() 266 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_ptrace() 268 fatal_perror("check_ptrace: PTRACE_OLDSETOPTIONS failed"); in check_ptrace()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
H A D | process.c | 314 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace() 317 printk(UM_KERN_ERR "start_userspace : PTRACE_OLDSETOPTIONS " in start_userspace() 540 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0() 543 printk(UM_KERN_ERR "copy_context_skas0 : PTRACE_OLDSETOPTIONS " in copy_context_skas0()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
H A D | process.c | 358 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace() 361 printk(UM_KERN_ERR "%s : PTRACE_OLDSETOPTIONS failed, errno = %d\n", in start_userspace() 600 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0() 603 printk(UM_KERN_ERR "%s : PTRACE_OLDSETOPTIONS failed, errno = %d\n", in copy_context_skas0()
|