Searched refs:user_sh_native_view (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sh/kernel/ |
H A D | ptrace_32.c | 326 static const struct user_regset_view user_sh_native_view = { variable 335 return &user_sh_native_view; in task_user_regset_view() 414 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 419 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace() 425 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 430 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace() 437 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 442 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
|