Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dptrace_32.c333 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()
Dptrace_64.c896 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()