/kernel/linux/linux-5.10/arch/sh/include/uapi/asm/ |
D | ptrace.h | 12 #define PTRACE_GETFPREGS 14 /* FPU registers */ macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 93 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 72 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 70 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | ptrace-abi.h | 68 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | ptrace.h | 44 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | ptrace.h | 53 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | ptrace.h | 24 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | ptrace.h | 11 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/ |
D | ptrace.h | 18 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 184 #define PTRACE_GETFPREGS 0xe macro
|
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
D | registers.c | 23 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0) in save_i387_registers()
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 334 #define PTRACE_GETFPREGS 14 macro
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | ptrace32.c | 283 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
D | ptrace_64.c | 253 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
D | ptrace_32.c | 261 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace32.c | 281 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 181 case PTRACE_GETFPREGS: /* Get the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 327 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in show_fpr() 346 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in write_fpr()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | ptrace.c | 248 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | ptrace.c | 764 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace() 1066 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in ia32_arch_ptrace() 1167 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in x32_arch_ptrace()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | ptrace_32.c | 425 case PTRACE_GETFPREGS: in arch_ptrace()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | ptrace_32.c | 390 case PTRACE_GETFPREGS: { in arch_ptrace()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | ptrace.c | 195 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | ptrace.c | 784 case PTRACE_GETFPREGS: in arch_ptrace()
|