Lines Matching refs:child
38 void ptrace_disable(struct task_struct *child) in ptrace_disable() argument
340 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() argument
357 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
362 copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
370 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
375 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
383 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
388 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
404 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
409 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
418 ret = ptrace_readdata(child, addr, addr2p, data); in arch_ptrace()
428 ret = ptrace_writedata(child, addr2p, addr, data); in arch_ptrace()
439 ret = ptrace_request(child, request, addr, data); in arch_ptrace()