Home
last modified time | relevance | path

Searched refs:PTRACE_SETFPREGS (Results 1 – 23 of 23) sorted by relevance

/linux-6.12.1/arch/sh/include/uapi/asm/
Dptrace.h13 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/parisc/include/uapi/asm/
Dptrace.h94 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/m68k/include/uapi/asm/
Dptrace.h73 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/x86/include/uapi/asm/
Dptrace-abi.h71 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/mips/include/uapi/asm/
Dptrace.h54 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/arm/include/uapi/asm/
Dptrace.h19 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dptrace.h185 #define PTRACE_SETFPREGS 0xf macro
/linux-6.12.1/arch/x86/um/os-Linux/
Dregisters.c47 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0) in restore_i387_registers()
/linux-6.12.1/arch/sparc/include/uapi/asm/
Dptrace.h335 #define PTRACE_SETFPREGS 15 macro
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace32.c280 case PTRACE_SETFPREGS: in compat_arch_ptrace()
Dptrace.c143 case PTRACE_SETFPREGS: /* Set the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
/linux-6.12.1/arch/x86/um/
Dptrace_64.c231 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
Dptrace_32.c239 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
/linux-6.12.1/arch/mips/kernel/
Dptrace32.c287 case PTRACE_SETFPREGS: in compat_arch_ptrace()
Dptrace.c1292 case PTRACE_SETFPREGS: in arch_ptrace()
/linux-6.12.1/arch/parisc/kernel/
Dptrace.c207 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/
Dptrace.c257 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
/linux-6.12.1/arch/x86/kernel/
Dptrace.c801 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/
Dptrace_32.c429 case PTRACE_SETFPREGS: in arch_ptrace()
/linux-6.12.1/arch/sparc/kernel/
Dptrace_32.c398 case PTRACE_SETFPREGS: { in arch_ptrace()
Dptrace_64.c967 case PTRACE_SETFPREGS: in compat_arch_ptrace()
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/
Dptrace.h359 ret = ptrace(PTRACE_SETFPREGS, child, NULL, regs); in write_fpr()
/linux-6.12.1/arch/arm/kernel/
Dptrace.c761 case PTRACE_SETFPREGS: in arch_ptrace()