Lines Matching refs:task_struct

171 static unsigned long get_user_msr(struct task_struct *task)  in get_user_msr()
176 static int set_user_msr(struct task_struct *task, unsigned long msr) in set_user_msr()
184 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr()
190 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr()
197 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr()
202 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr()
212 static int set_user_trap(struct task_struct *task, unsigned long trap) in set_user_trap()
221 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg()
245 int ptrace_put_reg(struct task_struct *task, int regno, unsigned long data) in ptrace_put_reg()
264 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get()
305 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set()
360 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get()
386 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set()
428 static int vr_active(struct task_struct *target, in vr_active()
435 static int vr_get(struct task_struct *target, const struct user_regset *regset, in vr_get()
466 static int vr_set(struct task_struct *target, const struct user_regset *regset, in vr_set()
507 static int vsr_active(struct task_struct *target, in vsr_active()
514 static int vsr_get(struct task_struct *target, const struct user_regset *regset, in vsr_get()
531 static int vsr_set(struct task_struct *target, const struct user_regset *regset, in vsr_set()
562 static int evr_active(struct task_struct *target, in evr_active()
569 static int evr_get(struct task_struct *target, const struct user_regset *regset, in evr_get()
592 static int evr_set(struct task_struct *target, const struct user_regset *regset, in evr_set()
676 static int gpr32_get(struct task_struct *target, in gpr32_get()
733 static int gpr32_set(struct task_struct *target, in gpr32_set()
842 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
852 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
869 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
886 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
935 static int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, in ptrace_set_debugreg()
1064 void ptrace_disable(struct task_struct *child) in ptrace_disable()
1071 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp()
1159 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp()
1214 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac()
1274 static int del_dac(struct task_struct *child, int slot) in del_dac()
1315 static int set_dac_range(struct task_struct *child, in set_dac_range()
1369 static long ppc_set_hwdebug(struct task_struct *child, in ppc_set_hwdebug()
1477 static long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
1524 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()