Home
last modified time | relevance | path

Searched refs:copy_regset_from_user (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/arch/sparc/kernel/
Dptrace_32.c371 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
376 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
405 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
410 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
Dptrace_64.c943 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
948 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
974 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
979 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
1055 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1061 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1076 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
/Linux-v5.4/arch/x86/kernel/
Dptrace.c780 return copy_regset_from_user(child, in arch_ptrace()
794 return copy_regset_from_user(child, in arch_ptrace()
808 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace()
1071 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1083 return copy_regset_from_user( in ia32_arch_ptrace()
1094 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1171 return copy_regset_from_user(child, in x32_arch_ptrace()
1185 return copy_regset_from_user(child, in x32_arch_ptrace()
/Linux-v5.4/arch/sh/kernel/
Dptrace_32.c449 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
460 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
472 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
Dptrace_64.c460 return copy_regset_from_user(child, &user_sh64_native_view, in arch_ptrace()
471 return copy_regset_from_user(child, &user_sh64_native_view, in arch_ptrace()
/Linux-v5.4/arch/arm/kernel/
Dptrace.c807 ret = copy_regset_from_user(child, in arch_ptrace()
821 ret = copy_regset_from_user(child, in arch_ptrace()
866 ret = copy_regset_from_user(child, in arch_ptrace()
/Linux-v5.4/include/linux/
Dregset.h391 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
/Linux-v5.4/arch/xtensa/kernel/
Dptrace.c253 return copy_regset_from_user(child, &user_xtensa_view, REGSET_GPR, in ptrace_setregs()
265 return copy_regset_from_user(child, &user_xtensa_view, REGSET_TIE, in ptrace_setxregs()
/Linux-v5.4/arch/powerpc/kernel/
Dptrace32.c287 return copy_regset_from_user( in compat_arch_ptrace()
Dptrace.c3153 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3165 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3179 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3193 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3207 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
/Linux-v5.4/arch/parisc/kernel/
Dptrace.c190 return copy_regset_from_user(child, in arch_ptrace()
204 return copy_regset_from_user(child, in arch_ptrace()
/Linux-v5.4/arch/arm64/kernel/
Dptrace.c1548 ret = copy_regset_from_user(tsk, &user_aarch32_view, in compat_ptrace_write_user()
1706 ret = copy_regset_from_user(child, in compat_arch_ptrace()
1732 ret = copy_regset_from_user(child, in compat_arch_ptrace()
/Linux-v5.4/kernel/
Dptrace.c892 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()