/linux-6.12.1/arch/sh/include/uapi/asm/ |
D | ptrace.h | 13 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/parisc/include/uapi/asm/ |
D | ptrace.h | 94 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 73 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 71 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | ptrace.h | 54 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/arm/include/uapi/asm/ |
D | ptrace.h | 19 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 185 #define PTRACE_SETFPREGS 0xf macro
|
/linux-6.12.1/arch/x86/um/os-Linux/ |
D | registers.c | 47 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0) in restore_i387_registers()
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 335 #define PTRACE_SETFPREGS 15 macro
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace32.c | 280 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 143 case PTRACE_SETFPREGS: /* Set the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
|
/linux-6.12.1/arch/x86/um/ |
D | ptrace_64.c | 231 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
|
D | ptrace_32.c | 239 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
|
/linux-6.12.1/arch/mips/kernel/ |
D | ptrace32.c | 287 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
D | ptrace.c | 1292 case PTRACE_SETFPREGS: in arch_ptrace()
|
/linux-6.12.1/arch/parisc/kernel/ |
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.12.1/arch/m68k/kernel/ |
D | ptrace.c | 257 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
|
/linux-6.12.1/arch/x86/kernel/ |
D | ptrace.c | 801 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace() 1102 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in ia32_arch_ptrace() 1204 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in x32_arch_ptrace()
|
/linux-6.12.1/arch/sh/kernel/ |
D | ptrace_32.c | 429 case PTRACE_SETFPREGS: in arch_ptrace()
|
/linux-6.12.1/arch/sparc/kernel/ |
D | ptrace_32.c | 398 case PTRACE_SETFPREGS: { in arch_ptrace()
|
D | ptrace_64.c | 967 case PTRACE_SETFPREGS: in compat_arch_ptrace()
|
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 359 ret = ptrace(PTRACE_SETFPREGS, child, NULL, regs); in write_fpr()
|
/linux-6.12.1/arch/arm/kernel/ |
D | ptrace.c | 761 case PTRACE_SETFPREGS: in arch_ptrace()
|