Searched refs:REGSET_FP (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 45 REGSET_FP, enumerator 310 [REGSET_FP] = { 383 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 388 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 404 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace() 409 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
|
D | ptrace_64.c | 204 REGSET_FP, enumerator 461 [REGSET_FP] = { 827 [REGSET_FP] = { 908 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 913 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 927 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace() 932 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace() 1022 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 1029 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
|
/linux-4.4.14/arch/x86/kernel/ |
D | ptrace.c | 46 REGSET_FP, enumerator 872 REGSET_FP, in arch_ptrace() 879 REGSET_FP, in arch_ptrace() 1158 REGSET_FP, 0, in ia32_arch_ptrace() 1164 child, &user_x86_32_view, REGSET_FP, in ia32_arch_ptrace() 1260 REGSET_FP, in x32_arch_ptrace() 1267 REGSET_FP, in x32_arch_ptrace() 1304 [REGSET_FP] = { 1345 [REGSET_FP] = {
|