Searched refs:user_ppc_native_view (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | ptrace.c | 631 static const struct user_regset_view user_ppc_native_view = { variable 811 return &user_ppc_native_view; in task_user_regset_view() 1445 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace_old() 1450 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace_old() 1455 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace_old() 1460 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace_old() 1611 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 1620 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 1626 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 1632 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() [all …]
|