Lines Matching refs:child

34 void ptrace_disable(struct task_struct *child)  in ptrace_disable()  argument
37 user_disable_single_step(child); in ptrace_disable()
40 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() argument
55 if ((addr & (sizeof(long) - 1)) || !child->thread.regs) in arch_ptrace()
59 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
61 ret = ptrace_get_fpr(child, index, &tmp); in arch_ptrace()
76 if ((addr & (sizeof(long) - 1)) || !child->thread.regs) in arch_ptrace()
80 ret = ptrace_put_reg(child, index, data); in arch_ptrace()
82 ret = ptrace_put_fpr(child, index, data); in arch_ptrace()
103 return ppc_set_hwdebug(child, &bp_info); in arch_ptrace()
107 ret = ppc_del_hwdebug(child, data); in arch_ptrace()
112 ret = ptrace_get_debugreg(child, addr, datalp); in arch_ptrace()
116 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()
123 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
132 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
138 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
144 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
151 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
158 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
166 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
172 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
180 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
186 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
192 ret = ptrace_request(child, request, addr, data); in arch_ptrace()