Home
last modified time | relevance | path

Searched refs:PTRACE_SETFPXREGS (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dptrace-abi.h66 #define PTRACE_SETFPXREGS 19 macro
/linux-3.4.99/arch/x86/um/os-Linux/
Dregisters.c40 if (ptrace(PTRACE_SETFPXREGS, pid, 0, fp_regs) < 0) in restore_fpx_registers()
/linux-3.4.99/arch/x86/um/
Dptrace_32.c266 case PTRACE_SETFPXREGS: /* Set the child FPU state. */ in subarch_ptrace()
/linux-3.4.99/arch/x86/kernel/
Dptrace.c930 case PTRACE_SETFPXREGS: /* Set the child extended FPU state. */ in arch_ptrace()
1306 case PTRACE_SETFPXREGS: /* Set the child extended FPU state. */ in compat_arch_ptrace()