/linux-6.3-rc2/arch/sh/include/uapi/asm/ |
A D | ptrace.h | 13 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | ptrace.h | 94 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | ptrace-abi.h | 71 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/m68k/include/uapi/asm/ |
A D | ptrace.h | 73 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | ptrace.h | 54 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/arm/include/uapi/asm/ |
A D | ptrace.h | 19 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/x86/um/os-Linux/ |
A D | registers.c | 47 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0) in restore_i387_registers()
|
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 185 #define PTRACE_SETFPREGS 0xf macro
|
/linux-6.3-rc2/arch/sparc/include/uapi/asm/ |
A D | ptrace.h | 335 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/ |
A D | ptrace32.c | 280 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
A D | ptrace.c | 146 case PTRACE_SETFPREGS: /* Set the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/linux-6.3-rc2/arch/x86/um/ |
A D | ptrace_64.c | 257 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
|
A D | ptrace_32.c | 265 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | ptrace32.c | 287 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
A D | ptrace.c | 1285 case PTRACE_SETFPREGS: in arch_ptrace()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | ptrace.c | 255 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | ptrace.c | 207 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace() 314 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | ptrace.c | 800 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace() 1101 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in ia32_arch_ptrace() 1203 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in x32_arch_ptrace()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | ptrace_32.c | 429 case PTRACE_SETFPREGS: in arch_ptrace()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | ptrace_32.c | 398 case PTRACE_SETFPREGS: { in arch_ptrace()
|
A D | ptrace_64.c | 967 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace.h | 359 ret = ptrace(PTRACE_SETFPREGS, child, NULL, regs); in write_fpr()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | ptrace.c | 763 case PTRACE_SETFPREGS: in arch_ptrace()
|