/linux-6.12.1/arch/sh/include/uapi/asm/ |
D | ptrace.h | 12 #define PTRACE_GETFPREGS 14 /* FPU registers */ macro
|
/linux-6.12.1/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 93 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 72 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 70 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | ptrace.h | 53 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.12.1/arch/arm/include/uapi/asm/ |
D | ptrace.h | 18 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 184 #define PTRACE_GETFPREGS 0xe macro
|
/linux-6.12.1/arch/x86/um/os-Linux/ |
D | registers.c | 24 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0) in save_i387_registers()
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 334 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace32.c | 279 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 137 case PTRACE_GETFPREGS: /* Get the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/linux-6.12.1/arch/x86/um/ |
D | ptrace_64.c | 228 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
D | ptrace_32.c | 236 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
/linux-6.12.1/arch/mips/kernel/ |
D | ptrace32.c | 283 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 1288 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/ |
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.12.1/arch/parisc/kernel/ |
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.12.1/arch/m68k/kernel/ |
D | ptrace.c | 251 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/linux-6.12.1/arch/x86/kernel/ |
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.12.1/arch/sh/kernel/ |
D | ptrace_32.c | 424 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-6.12.1/arch/sparc/kernel/ |
D | ptrace_32.c | 390 case PTRACE_GETFPREGS: { in arch_ptrace()
|
D | ptrace_64.c | 960 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
/linux-6.12.1/arch/arm/kernel/ |
D | ptrace.c | 754 case PTRACE_GETFPREGS: in arch_ptrace()
|