Lines Matching refs:view
863 const struct user_regset_view *view = task_user_regset_view(current); in compat_arch_ptrace() local
881 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
886 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
893 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
898 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
905 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
910 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace()
924 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
929 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
974 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local
991 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
997 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace()
1005 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1011 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1019 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
1026 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()