Home
last modified time | relevance | path

Searched refs:PTRACE_OLDSETOPTIONS (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dptrace_user.h30 * 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 Dptrace_user.h24 #ifndef PTRACE_OLDSETOPTIONS
25 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dptrace_user.h30 * 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 Dptrace_user.h24 #ifndef PTRACE_OLDSETOPTIONS
25 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h75 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h75 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h72 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h72 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dptrace.h58 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dptrace-generic.h30 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dptrace.h58 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dptrace-generic.h30 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dptrace.h46 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dptrace.h46 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dptrace.h246 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H A Dptrace.h25 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dptrace.h246 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H A Dptrace.h25 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H A Dptrace.h15 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dptrace.h28 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dptrace.h28 #define PTRACE_OLDSETOPTIONS 21 macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dstart_up.c208 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 Dstart_up.c208 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 Dprocess.c314 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 Dprocess.c358 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()

Completed in 10 milliseconds

12