Searched refs:user_ppc_native_view (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 2011 static const struct user_regset_view user_ppc_native_view = { variable 2298 return &user_ppc_native_view; in task_user_regset_view() 3144 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3153 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 3159 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3165 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 3172 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3179 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 3187 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3193 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() [all …]
|