Searched refs:PTRACE_GETVFPREGS (Results 1 – 7 of 7) sorted by relevance
142 #if defined(PTRACE_GETVFPREGS) || (defined(HAVE_DECL_PTRACE_GETVFPREGS) && HAVE_DECL_PTRACE_GETVFPR…143 XLAT(PTRACE_GETVFPREGS),
46 PTRACE_GETVFPREGS
30 #define PTRACE_GETVFPREGS 27 macro
68 res = ptrace((enum __ptrace_request)PTRACE_GETVFPREGS, pid, 0, regbuf); in main()
61 #define __PTRACE_FPREQUEST PTRACE_GETVFPREGS
83 && ptrace(PTRACE_GETVFPREGS, proc->pid, in fetch_register_banks()
364 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS)365 int ptrace_getvfpregs = PTRACE_GETVFPREGS;