/linux-6.1.9/arch/sh/include/uapi/asm/ |
D | ptrace.h | 12 #define PTRACE_GETFPREGS 14 /* FPU registers */ macro
|
/linux-6.1.9/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 93 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.1.9/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 70 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.1.9/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 72 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
D | ptrace.h | 53 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.1.9/arch/arm/include/uapi/asm/ |
D | ptrace.h | 18 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.1.9/arch/x86/um/os-Linux/ |
D | registers.c | 24 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0) in save_i387_registers()
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 184 #define PTRACE_GETFPREGS 0xe macro
|
/linux-6.1.9/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 334 #define PTRACE_GETFPREGS 14 macro
|
/linux-6.1.9/arch/powerpc/kernel/ptrace/ |
D | ptrace32.c | 279 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 140 case PTRACE_GETFPREGS: /* Get the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/linux-6.1.9/arch/x86/um/ |
D | ptrace_64.c | 254 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
D | ptrace_32.c | 262 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
/linux-6.1.9/arch/mips/kernel/ |
D | ptrace32.c | 283 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 1280 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-6.1.9/arch/m68k/kernel/ |
D | ptrace.c | 249 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/linux-6.1.9/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.1.9/arch/x86/kernel/ |
D | ptrace.c | 774 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace() 1076 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in ia32_arch_ptrace() 1177 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in x32_arch_ptrace()
|
/linux-6.1.9/arch/sparc/kernel/ |
D | ptrace_32.c | 389 case PTRACE_GETFPREGS: { in arch_ptrace()
|
D | ptrace_64.c | 961 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
/linux-6.1.9/arch/sh/kernel/ |
D | ptrace_32.c | 424 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-6.1.9/arch/arm/kernel/ |
D | ptrace.c | 758 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | ptrace.c | 194 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|