/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | ptrace.h | 11 #define PTRACE_GETFPREGS 14 /* FPU registers */ macro
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 71 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | ptrace.h | 53 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 69 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | ptrace.h | 81 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | ptrace.h | 52 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/tile/include/uapi/asm/ |
D | ptrace.h | 84 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | ptrace.h | 17 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
D | registers.c | 17 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0) in save_fp_registers()
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 174 #define PTRACE_GETFPREGS 0xe macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 333 #define PTRACE_GETFPREGS 14 macro
|
/linux-4.1.27/arch/mips/kernel/ |
D | ptrace32.c | 268 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 771 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ptrace32.c | 291 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 1704 case PTRACE_GETFPREGS: /* Get the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/linux-4.1.27/arch/x86/um/ |
D | ptrace_64.c | 258 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
D | ptrace_32.c | 257 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in subarch_ptrace()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | ptrace.c | 248 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/linux-4.1.27/arch/tile/kernel/ |
D | ptrace.c | 212 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/linux-4.1.27/arch/frv/kernel/ |
D | ptrace.c | 332 case PTRACE_GETFPREGS: /* Get the child FP/Media state. */ in arch_ptrace()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | ptrace.c | 342 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace()
|
/linux-4.1.27/arch/x86/kernel/ |
D | ptrace.c | 871 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in arch_ptrace() 1192 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in x32_arch_ptrace() 1251 case PTRACE_GETFPREGS: /* Get the child FPU state. */ in compat_arch_ptrace()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ptrace_32.c | 382 case PTRACE_GETFPREGS: { in arch_ptrace()
|
D | ptrace_64.c | 907 case PTRACE_GETFPREGS: in compat_arch_ptrace()
|
/linux-4.1.27/arch/sh/kernel/ |
D | ptrace_64.c | 467 case PTRACE_GETFPREGS: in arch_ptrace()
|
D | ptrace_32.c | 456 case PTRACE_GETFPREGS: in arch_ptrace()
|
/linux-4.1.27/arch/arm/kernel/ |
D | ptrace.c | 827 case PTRACE_GETFPREGS: in arch_ptrace()
|