Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dptrace-abi.h66 #define PTRACE_SETFPXREGS 19 macro
/linux-2.6.39/arch/um/os-Linux/sys-i386/
Dregisters.c38 if (ptrace(PTRACE_SETFPXREGS, pid, 0, fp_regs) < 0) in restore_fpx_registers()
/linux-2.6.39/arch/um/sys-x86_64/
Dptrace.c188 case PTRACE_SETFPXREGS: /* Set the child FPU state. */ in subarch_ptrace()
/linux-2.6.39/arch/x86/kernel/
Dptrace.c897 case PTRACE_SETFPXREGS: /* Set the child extended FPU state. */ in arch_ptrace()
1180 case PTRACE_SETFPXREGS: /* Set the child extended FPU state. */ in compat_arch_ptrace()