Searched refs:ptrace32_view (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | ptrace_32.c | 334 static const struct user_regset_view ptrace32_view = { variable 375 ret = copy_regset_to_user(child, &ptrace32_view, in arch_ptrace() 383 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace() 391 ret = copy_regset_to_user(child, &ptrace32_view, in arch_ptrace() 399 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
|
| H A D | ptrace_64.c | 897 static const struct user_regset_view ptrace32_view = { variable 949 ret = copy_regset_to_user(child, &ptrace32_view, in compat_arch_ptrace() 956 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace() 963 ret = copy_regset_to_user(child, &ptrace32_view, in compat_arch_ptrace() 970 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
|