Lines Matching refs:task_struct
37 static int genregs_get(struct task_struct *target, in genregs_get()
65 static int genregs_set(struct task_struct *target, in genregs_set()
115 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
129 read_tsk_long(struct task_struct *child, in read_tsk_long()
140 read_tsk_short(struct task_struct *child, in read_tsk_short()
151 write_tsk_short(struct task_struct *child, in write_tsk_short()
162 write_tsk_long(struct task_struct *child, in write_tsk_long()
172 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
293 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
322 void ptrace_disable(struct task_struct *child) in ptrace_disable()
328 arch_ptrace(struct task_struct *child, long request, in arch_ptrace()