Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/os-Linux/sys-i386/
Dregisters.c31 if (ptrace(PTRACE_GETFPXREGS, pid, 0, fp_regs) < 0) in save_fpx_registers()
82 err = ptrace(PTRACE_GETFPXREGS, pid, 0, &fpx_regs); in arch_init_registers()
/linux-2.6.39/arch/x86/include/asm/
Dptrace-abi.h65 #define PTRACE_GETFPXREGS 18 macro
/linux-2.6.39/arch/um/sys-x86_64/
Dptrace.c185 case PTRACE_GETFPXREGS: /* Get the child FPU state. */ in subarch_ptrace()
/linux-2.6.39/arch/x86/kernel/
Dptrace.c891 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in arch_ptrace()
1174 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in compat_arch_ptrace()