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

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

Completed in 299 milliseconds