| /linux-6.15/arch/sh/include/uapi/asm/ |
| H A D | ptrace.h | 12 #define PTRACE_GETFPREGS 14 /* FPU registers */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | ptrace.h | 93 #define PTRACE_GETFPREGS 14 macro
|
| /linux-6.15/arch/m68k/include/uapi/asm/ |
| H A D | ptrace.h | 72 #define PTRACE_GETFPREGS 14 macro
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | ptrace-abi.h | 70 #define PTRACE_GETFPREGS 14 macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | ptrace.h | 53 #define PTRACE_GETFPREGS 14 macro
|
| /linux-6.15/arch/arm/include/uapi/asm/ |
| H A D | ptrace.h | 18 #define PTRACE_GETFPREGS 14 macro
|
| /linux-6.15/arch/powerpc/include/uapi/asm/ |
| H A D | ptrace.h | 184 #define PTRACE_GETFPREGS 0xe macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | ptrace.h | 334 #define PTRACE_GETFPREGS 14 macro
|
| /linux-6.15/arch/x86/um/ |
| H A D | ptrace_32.c | 178 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
| H A D | ptrace_64.c | 199 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
| /linux-6.15/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 279 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
| H A D | ptrace.c | 137 case PTRACE_GETFPREGS: /* Get the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | ptrace32.c | 283 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
| H A D | ptrace.c | 1288 case PTRACE_GETFPREGS: in arch_ptrace()
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | ptrace.c | 251 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
| /linux-6.15/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace.h | 331 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in show_fpr() 350 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs); in write_fpr()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | ptrace.c | 200 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace() 313 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | ptrace.c | 794 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace() 1096 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in ia32_arch_ptrace() 1197 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in x32_arch_ptrace()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | ptrace_32.c | 424 case PTRACE_GETFPREGS: in arch_ptrace()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | ptrace_32.c | 390 case PTRACE_GETFPREGS: { in arch_ptrace()
|
| H A D | ptrace_64.c | 960 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | ptrace.c | 754 case PTRACE_GETFPREGS: in arch_ptrace()
|