Searched refs:PTRACE_GETFPXREGS (Results 1 - 8 of 8) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dptrace.c590 case PTRACE_GETFPXREGS: { /* Get the child extended FPU state. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dptrace_user.h67 #ifdef PTRACE_GETFPXREGS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dptrace.c179 #ifdef PTRACE_GETFPXREGS
180 case PTRACE_GETFPXREGS: /* Get the child FPU state. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dptrace.c88 case PTRACE_GETFPXREGS:
93 result = ptrace(PTRACE_GETFPXREGS, child, 0, regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/sys-i386/
H A Dregisters.c63 fp_op = PTRACE_GETFPXREGS;
108 err = ptrace(PTRACE_GETFPXREGS, pid, 0, exec_fpx_regs);
112 panic("check_ptrace : PTRACE_GETFPXREGS failed, errno = %d",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c266 case PTRACE_GETFPXREGS:
362 case PTRACE_GETFPXREGS: {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dptrace-abi.h28 #define PTRACE_GETFPXREGS 18 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dptrace-abi.h42 #define PTRACE_GETFPXREGS 18 macro

Completed in 124 milliseconds