Lines Matching refs:task_struct
40 static int genregs_get(struct task_struct *target, in genregs_get()
60 static int genregs_set(struct task_struct *target, in genregs_set()
105 static int fpmregs_get(struct task_struct *target, in fpmregs_get()
125 static int fpmregs_set(struct task_struct *target, in fpmregs_set()
145 static int fpmregs_active(struct task_struct *target, in fpmregs_active()
195 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
203 static inline long get_reg(struct task_struct *task, int regno) in get_reg()
216 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
241 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
246 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
251 void ptrace_disable(struct task_struct *child) in ptrace_disable()
256 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()