Home
last modified time | relevance | path

Searched refs:ptrace32_view (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dptrace_32.c334 static const struct user_regset_view ptrace32_view = { variable
375 ret = copy_regset_to_user(child, &ptrace32_view, in arch_ptrace()
383 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
391 ret = copy_regset_to_user(child, &ptrace32_view, in arch_ptrace()
399 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
H A Dptrace_64.c895 static const struct user_regset_view ptrace32_view = { variable
947 ret = copy_regset_to_user(child, &ptrace32_view, in compat_arch_ptrace()
954 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
961 ret = copy_regset_to_user(child, &ptrace32_view, in compat_arch_ptrace()
968 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()