ptrace_setfpregs 131 arch/mips/include/asm/ptrace.h extern int ptrace_setfpregs(struct task_struct *child, __u32 __user *data); ptrace_setfpregs 1375 arch/mips/kernel/ptrace.c ret = ptrace_setfpregs(child, datavp); ptrace_setfpregs 289 arch/mips/kernel/ptrace32.c ret = ptrace_setfpregs(child, (__u32 __user *) (__u64) data);