Searched refs:user_sh_native_view (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/sh/kernel/ |
| D | ptrace_32.c | 359 static const struct user_regset_view user_sh_native_view = { variable 368 return &user_sh_native_view; in task_user_regset_view() 447 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 452 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace() 458 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 463 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace() 470 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 475 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
|