Lines Matching refs:task_struct
42 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long()
54 static inline int put_stack_long(struct task_struct *task, int offset, in put_stack_long()
79 static int set_single_step(struct task_struct *tsk, unsigned long addr) in set_single_step()
114 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
123 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
133 void ptrace_disable(struct task_struct *child) in ptrace_disable()
138 static int genregs_get(struct task_struct *target, in genregs_get()
162 static int genregs_set(struct task_struct *target, in genregs_set()
186 int fpregs_get(struct task_struct *target, in fpregs_get()
205 static int fpregs_set(struct task_struct *target, in fpregs_set()
226 static int fpregs_active(struct task_struct *target, in fpregs_active()
234 static int dspregs_get(struct task_struct *target, in dspregs_get()
252 static int dspregs_set(struct task_struct *target, in dspregs_set()
270 static int dspregs_active(struct task_struct *target, in dspregs_active()
365 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
370 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()