Lines Matching defs:child
225 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
230 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
239 void ptrace_disable(struct task_struct *child) in ptrace_disable()
244 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
250 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
256 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
262 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
268 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
335 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
414 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
448 static long ptrace_sethbpregs(struct task_struct *child, long addr, in ptrace_sethbpregs()
497 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()