Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/kernel/
Dptrace_32.c370 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
375 copy_regset_from_user(child, view, REGSET_GENERAL, 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()
Dptrace_64.c896 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()
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()
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()
1029 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
/linux-4.1.27/arch/x86/kernel/
Dptrace.c865 return copy_regset_from_user(child, in arch_ptrace()
879 return copy_regset_from_user(child, in arch_ptrace()
893 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace()
1186 return copy_regset_from_user(child, in x32_arch_ptrace()
1200 return copy_regset_from_user(child, in x32_arch_ptrace()
1246 return copy_regset_from_user(child, &user_x86_32_view, in compat_arch_ptrace()
1258 return copy_regset_from_user( in compat_arch_ptrace()
1269 return copy_regset_from_user(child, &user_x86_32_view, in compat_arch_ptrace()
/linux-4.1.27/arch/frv/kernel/
Dptrace.c327 return copy_regset_from_user(child, &user_frv_native_view, in arch_ptrace()
339 return copy_regset_from_user(child, &user_frv_native_view, in arch_ptrace()
/linux-4.1.27/arch/sh/kernel/
Dptrace_32.c451 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
462 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
474 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
Dptrace_64.c462 return copy_regset_from_user(child, &user_sh64_native_view, in arch_ptrace()
473 return copy_regset_from_user(child, &user_sh64_native_view, in arch_ptrace()
/linux-4.1.27/arch/mn10300/kernel/
Dptrace.c337 return copy_regset_from_user(child, &user_mn10300_native_view, in arch_ptrace()
349 return copy_regset_from_user(child, &user_mn10300_native_view, in arch_ptrace()
/linux-4.1.27/arch/arm/kernel/
Dptrace.c821 ret = copy_regset_from_user(child, in arch_ptrace()
835 ret = copy_regset_from_user(child, in arch_ptrace()
880 ret = copy_regset_from_user(child, in arch_ptrace()
/linux-4.1.27/include/linux/
Dregset.h357 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
/linux-4.1.27/arch/powerpc/kernel/
Dptrace32.c286 return copy_regset_from_user( in compat_arch_ptrace()
Dptrace.c1699 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
1711 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
1725 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
1739 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
1753 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
/linux-4.1.27/arch/tile/kernel/
Dptrace.c207 ret = copy_regset_from_user(child, &tile_user_regset_view, in arch_ptrace()
/linux-4.1.27/arch/arm64/kernel/
Dptrace.c898 ret = copy_regset_from_user(tsk, &user_aarch32_view, in compat_ptrace_write_user()
1062 ret = copy_regset_from_user(child, in compat_arch_ptrace()
1088 ret = copy_regset_from_user(child, in compat_arch_ptrace()
/linux-4.1.27/arch/blackfin/kernel/
Dptrace.c380 return copy_regset_from_user(child, &user_bfin_native_view, in arch_ptrace()
/linux-4.1.27/arch/score/kernel/
Dptrace.c343 ret = copy_regset_from_user(child, &user_score_native_view, in arch_ptrace()
/linux-4.1.27/kernel/
Dptrace.c810 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()