/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ptrace.h | 12 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 72 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | ptrace.h | 54 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 70 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | ptrace.h | 82 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ptrace.h | 53 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/tile/include/uapi/asm/ |
D | ptrace.h | 85 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | ptrace.h | 18 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | registers.c | 24 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0) in restore_fp_registers()
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 175 #define PTRACE_SETFPREGS 0xf macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 334 #define PTRACE_SETFPREGS 15 macro
|
/linux-4.4.14/arch/mips/kernel/ |
D | ptrace32.c | 272 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 863 case PTRACE_SETFPREGS: in arch_ptrace()
|
/linux-4.4.14/arch/x86/um/ |
D | ptrace_64.c | 262 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
|
D | ptrace_32.c | 261 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace32.c | 292 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 1710 case PTRACE_SETFPREGS: /* Set the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | ptrace.c | 254 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
|
/linux-4.4.14/arch/tile/kernel/ |
D | ptrace.c | 213 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
|
/linux-4.4.14/arch/frv/kernel/ |
D | ptrace.c | 338 case PTRACE_SETFPREGS: /* Set the child FP/Media state. */ in arch_ptrace()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 348 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
|
/linux-4.4.14/arch/x86/kernel/ |
D | ptrace.c | 876 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace() 1162 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in ia32_arch_ptrace() 1264 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in x32_arch_ptrace()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 403 case PTRACE_SETFPREGS: { in arch_ptrace()
|
D | ptrace_64.c | 926 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
/linux-4.4.14/arch/sh/kernel/ |
D | ptrace_64.c | 472 case PTRACE_SETFPREGS: in arch_ptrace()
|
D | ptrace_32.c | 461 case PTRACE_SETFPREGS: in arch_ptrace()
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 834 case PTRACE_SETFPREGS: in arch_ptrace()
|