Lines Matching refs:child

54 void ptrace_disable(struct task_struct *child)  in ptrace_disable()  argument
863 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace() argument
884 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
889 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
896 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
901 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
908 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
913 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
927 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
932 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
940 ret = ptrace_readdata(child, addr, in compat_arch_ptrace()
950 ret = ptrace_writedata(child, (char __user *) addr2, in compat_arch_ptrace()
961 ret = compat_ptrace_request(child, request, addr, data); in compat_arch_ptrace()
974 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() argument
994 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
1000 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
1008 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1014 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1022 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
1029 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
1037 ret = ptrace_readdata(child, addr, addr2p, data); in arch_ptrace()
1046 ret = ptrace_writedata(child, addr2p, addr, data); in arch_ptrace()
1056 ret = ptrace_request(child, request, addr, data); in arch_ptrace()