Lines Matching defs:child
226 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
231 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
240 void ptrace_disable(struct task_struct *child) in ptrace_disable()
245 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
251 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
257 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
263 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
269 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
336 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
415 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
449 static long ptrace_sethbpregs(struct task_struct *child, long addr, in ptrace_sethbpregs()
498 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()