Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/include/uapi/asm/
Dptrace.h13 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/parisc/include/uapi/asm/
Dptrace.h94 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/x86/include/uapi/asm/
Dptrace-abi.h71 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/m68k/include/uapi/asm/
Dptrace.h73 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/mips/include/uapi/asm/
Dptrace.h54 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/arm/include/uapi/asm/
Dptrace.h19 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/x86/um/os-Linux/
Dregisters.c47 if (ptrace(PTRACE_SETFPREGS, pid, 0, fp_regs) < 0) in restore_i387_registers()
/linux-6.1.9/arch/powerpc/include/uapi/asm/
Dptrace.h185 #define PTRACE_SETFPREGS 0xf macro
/linux-6.1.9/arch/sparc/include/uapi/asm/
Dptrace.h335 #define PTRACE_SETFPREGS 15 macro
/linux-6.1.9/arch/powerpc/kernel/ptrace/
Dptrace32.c280 case PTRACE_SETFPREGS: in compat_arch_ptrace()
Dptrace.c146 case PTRACE_SETFPREGS: /* Set the child FPU state (FPR0...31 + FPSCR) */ in arch_ptrace()
/linux-6.1.9/arch/x86/um/
Dptrace_64.c257 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
Dptrace_32.c265 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in subarch_ptrace()
/linux-6.1.9/arch/mips/kernel/
Dptrace32.c287 case PTRACE_SETFPREGS: in compat_arch_ptrace()
Dptrace.c1284 case PTRACE_SETFPREGS: in arch_ptrace()
/linux-6.1.9/arch/m68k/kernel/
Dptrace.c255 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
/linux-6.1.9/arch/x86/kernel/
Dptrace.c781 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
1082 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in ia32_arch_ptrace()
1184 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in x32_arch_ptrace()
/linux-6.1.9/arch/sparc/kernel/
Dptrace_32.c397 case PTRACE_SETFPREGS: { in arch_ptrace()
Dptrace_64.c968 case PTRACE_SETFPREGS: in compat_arch_ptrace()
/linux-6.1.9/arch/sh/kernel/
Dptrace_32.c429 case PTRACE_SETFPREGS: in arch_ptrace()
/linux-6.1.9/arch/arm/kernel/
Dptrace.c765 case PTRACE_SETFPREGS: in arch_ptrace()
/linux-6.1.9/arch/parisc/kernel/
Dptrace.c201 case PTRACE_SETFPREGS: /* Set the child FPU state. */ in arch_ptrace()
/linux-6.1.9/tools/testing/selftests/powerpc/ptrace/
Dptrace.h359 ret = ptrace(PTRACE_SETFPREGS, child, NULL, regs); in write_fpr()