Searched refs:ptrace_get_fpr (Results 1 – 3 of 3) sorted by relevance
9 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data) in ptrace_get_fpr() function
168 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data);
64 ret = ptrace_get_fpr(child, index, &tmp); in arch_ptrace()