PTRACE_GETFPXREGS  801 arch/x86/kernel/ptrace.c 	case PTRACE_GETFPXREGS:	/* Get the child extended FPU state. */
PTRACE_GETFPXREGS 1087 arch/x86/kernel/ptrace.c 	case PTRACE_GETFPXREGS:	/* Get the child extended FPU state. */
PTRACE_GETFPXREGS   70 arch/x86/um/os-Linux/registers.c 	if (ptrace(PTRACE_GETFPXREGS, pid, 0, fp_regs) < 0)
PTRACE_GETFPXREGS  103 arch/x86/um/os-Linux/registers.c 	err = ptrace(PTRACE_GETFPXREGS, pid, 0, &fpx_regs);
PTRACE_GETFPXREGS  267 arch/x86/um/ptrace_32.c 	case PTRACE_GETFPXREGS: /* Get the child FPU state. */