Searched refs:user_ppc_native_view (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace.c | 167 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 176 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 182 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 188 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 195 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 202 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 210 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 216 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 224 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 230 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
| H A D | ptrace-decl.h | 162 extern const struct user_regset_view user_ppc_native_view;
|
| H A D | ptrace-view.c | 629 const struct user_regset_view user_ppc_native_view = { variable 858 return &user_ppc_native_view; in task_user_regset_view()
|