Lines Matching refs:task_struct
59 void ptrace_disable(struct task_struct *child) in ptrace_disable()
114 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint()
134 void ptrace_hw_copy_thread(struct task_struct *tsk) in ptrace_hw_copy_thread()
140 struct task_struct *tsk, in ptrace_hbp_get_event()
160 struct task_struct *tsk, in ptrace_hbp_set_event()
185 struct task_struct *tsk, in ptrace_hbp_create()
283 struct task_struct *tsk, in ptrace_hbp_get_ctrl()
297 struct task_struct *tsk, in ptrace_hbp_get_addr()
311 struct task_struct *tsk, in ptrace_hbp_get_initialised_bp()
323 struct task_struct *tsk, in ptrace_hbp_set_ctrl()
348 struct task_struct *tsk, in ptrace_hbp_set_addr()
372 static int hw_break_get(struct task_struct *target, in hw_break_get()
433 static int hw_break_set(struct task_struct *target, in hw_break_set()
483 static int gpr_get(struct task_struct *target, in gpr_get()
492 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set()
513 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get()
522 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set()
538 static int tls_get(struct task_struct *target, const struct user_regset *regset, in tls_get()
546 static int tls_set(struct task_struct *target, const struct user_regset *regset, in tls_set()
561 static int system_call_get(struct task_struct *target, in system_call_get()
572 static int system_call_set(struct task_struct *target, in system_call_set()
668 static int compat_gpr_get(struct task_struct *target, in compat_gpr_get()
720 static int compat_gpr_set(struct task_struct *target, in compat_gpr_set()
781 static int compat_vfp_get(struct task_struct *target, in compat_vfp_get()
808 static int compat_vfp_set(struct task_struct *target, in compat_vfp_set()
835 static int compat_tls_get(struct task_struct *target, in compat_tls_get()
843 static int compat_tls_set(struct task_struct *target, in compat_tls_set()
941 static int compat_ptrace_read_user(struct task_struct *tsk, compat_ulong_t off, in compat_ptrace_read_user()
967 static int compat_ptrace_write_user(struct task_struct *tsk, compat_ulong_t off, in compat_ptrace_write_user()
1026 struct task_struct *tsk, in compat_ptrace_hbp_get()
1047 struct task_struct *tsk, in compat_ptrace_hbp_set()
1067 static int compat_ptrace_gethbpregs(struct task_struct *tsk, compat_long_t num, in compat_ptrace_gethbpregs()
1093 static int compat_ptrace_sethbpregs(struct task_struct *tsk, compat_long_t num, in compat_ptrace_sethbpregs()
1118 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
1197 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
1214 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()