Lines Matching refs:task_struct
62 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long()
69 int put_stack_long(struct task_struct *task, int offset, unsigned long data) in put_stack_long()
81 static int genregs_get(struct task_struct *target, in genregs_get()
108 static int genregs_set(struct task_struct *target, in genregs_set()
157 static int fpuregs_get(struct task_struct *target, in fpuregs_get()
179 static int fpuregs_set(struct task_struct *target, in fpuregs_set()
203 static int fpuregs_active(struct task_struct *target, in fpuregs_active()
254 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
262 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
277 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
289 void ptrace_disable(struct task_struct *child) in ptrace_disable()
297 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()