Searched refs:user_x86_32_view (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | ptrace.c | 812 static const struct user_regset_view user_x86_32_view; /* Initialized below. */ variable 887 return copy_regset_to_user(child, &user_x86_32_view, in arch_ptrace() 893 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1240 return copy_regset_to_user(child, &user_x86_32_view, in compat_arch_ptrace() 1246 return copy_regset_from_user(child, &user_x86_32_view, in compat_arch_ptrace() 1252 return copy_regset_to_user(child, &user_x86_32_view, in compat_arch_ptrace() 1259 child, &user_x86_32_view, REGSET_FP, in compat_arch_ptrace() 1263 return copy_regset_to_user(child, &user_x86_32_view, in compat_arch_ptrace() 1269 return copy_regset_from_user(child, &user_x86_32_view, in compat_arch_ptrace() 1371 static const struct user_regset_view user_x86_32_view = { variable [all …]
|