Searched refs:user_sh_native_view (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/sh/kernel/ |
| D | ptrace_32.c | 358 static const struct user_regset_view user_sh_native_view = { variable 367 return &user_sh_native_view; in task_user_regset_view() 446 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 451 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace() 457 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 462 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace() 469 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 474 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
|