Lines Matching refs:view
866 const struct user_regset_view *view = task_user_regset_view(current); in compat_arch_ptrace() local
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()
977 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
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()