Searched refs:ptrace32_view (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | ptrace_32.c | 333 static const struct user_regset_view ptrace32_view = { variable 374 ret = copy_regset_to_user(child, &ptrace32_view, in arch_ptrace() 382 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace() 390 ret = copy_regset_to_user(child, &ptrace32_view, in arch_ptrace() 398 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
|
D | ptrace_64.c | 896 static const struct user_regset_view ptrace32_view = { variable 948 ret = copy_regset_to_user(child, &ptrace32_view, in compat_arch_ptrace() 955 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace() 962 ret = copy_regset_to_user(child, &ptrace32_view, in compat_arch_ptrace() 969 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
|