Lines Matching defs:child
227 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
232 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
241 void ptrace_disable(struct task_struct *child) in ptrace_disable()
246 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
252 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
258 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
264 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
270 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
337 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
416 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
450 static long ptrace_sethbpregs(struct task_struct *child, long addr, in ptrace_sethbpregs()
499 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()