Searched refs:PTRACE_SETFPXREGS (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dptrace-abi.h29 #define PTRACE_SETFPXREGS 19 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dptrace-abi.h43 #define PTRACE_SETFPXREGS 19 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dptrace_user.h71 #ifdef PTRACE_SETFPXREGS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/sys-i386/
H A Dregisters.c83 fp_op = PTRACE_SETFPXREGS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dptrace.c184 #ifdef PTRACE_SETFPXREGS
185 case PTRACE_SETFPXREGS: /* Set 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.c169 case PTRACE_SETFPXREGS:
177 result = ptrace(PTRACE_SETFPXREGS, child, 0, regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c265 case PTRACE_SETFPXREGS:
375 case PTRACE_SETFPXREGS: {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dptrace.c602 case PTRACE_SETFPXREGS: { /* Set the child extended FPU state. */

Completed in 79 milliseconds