Searched refs:user_x86_32_view (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kernel/ |
D | ptrace.c | 705 static const struct user_regset_view user_x86_32_view; /* Initialized below. */ variable 722 const struct user_regset_view *regset_view = &user_x86_32_view; in arch_ptrace() 791 return copy_regset_to_user(child, &user_x86_32_view, in arch_ptrace() 797 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1066 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1072 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1078 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1085 child, &user_x86_32_view, REGSET_FP, in ia32_arch_ptrace() 1089 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1095 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() [all …]
|