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