Searched refs:ptrace32_view (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | ptrace_32.c | 334 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 D | ptrace_64.c | 895 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()
|