Searched refs:ptrace_getfpregs (Results 1 – 3 of 3) sorted by relevance
130 extern int ptrace_getfpregs(struct task_struct *child, __u32 __user *data);
285 ret = ptrace_getfpregs(child, (__u32 __user *) (__u64) data); in compat_arch_ptrace()
358 int ptrace_getfpregs(struct task_struct *child, __u32 __user *data) in ptrace_getfpregs() function1371 ret = ptrace_getfpregs(child, datavp); in arch_ptrace()