| /src/sys/arch/ia64/include/ |
| ptrace.h | 40 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 49 "PT_SETFPREGS", \
|
| /src/sys/arch/m68k/include/ |
| ptrace.h | 42 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 51 "PT_SETFPREGS", \
|
| /src/sys/arch/sparc/include/ |
| ptrace.h | 49 #define PT_SETFPREGS (PT_FIRSTMACH + 3) 55 "PT_SETFPREGS",
|
| /src/sys/arch/riscv/include/ |
| ptrace.h | 42 #define PT_SETFPREGS (PT_FIRSTMACH + 3) 48 "PT_SETFPREGS"
|
| /src/sys/arch/alpha/include/ |
| ptrace.h | 40 #define PT_SETFPREGS (PT_FIRSTMACH + 3) 46 "PT_SETFPREGS",
|
| /src/sys/arch/arm/include/ |
| ptrace.h | 47 #define PT_SETFPREGS (PT_FIRSTMACH + 6) 59 "old PT_SETFPREGS", \ 61 "PT_SETFPREGS", \
|
| /src/sys/arch/hppa/include/ |
| ptrace.h | 38 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 47 "PT_SETFPREGS", \
|
| /src/sys/arch/mips/include/ |
| ptrace.h | 47 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 59 "PT_SETFPREGS", \
|
| /src/sys/arch/sh3/include/ |
| ptrace.h | 51 #define PT_SETFPREGS (PT_FIRSTMACH + 6) 64 "PT_SETFPREGS", \
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| riscv-fbsd-nat.c | 65 PT_SETFPREGS, &riscv_fbsd_fpregset);
|
| amd64-bsd-nat.c | 120 if (gdb_ptrace (PT_SETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| mips-fbsd-nat.c | 123 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| riscv-netbsd-nat.c | 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| alpha-bsd-nat.c | 119 if (ptrace (PT_SETFPREGS, regcache->ptid ().pid (),
|
| /src/external/gpl3/gdb/dist/gdb/ |
| riscv-fbsd-nat.c | 65 PT_SETFPREGS, &riscv_fbsd_fpregset);
|
| amd64-bsd-nat.c | 120 if (gdb_ptrace (PT_SETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| mips-fbsd-nat.c | 123 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| riscv-netbsd-nat.c | 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| alpha-bsd-nat.c | 119 if (ptrace (PT_SETFPREGS, regcache->ptid ().pid (),
|
| /src/sys/arch/aarch64/include/ |
| ptrace.h | 43 #define PT_SETFPREGS (PT_FIRSTMACH + 3) 52 "PT_SETFPREGS", \
|
| /src/sys/arch/powerpc/include/ |
| ptrace.h | 10 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 19 "PT_GETFPREGS", "PT_SETFPREGS", \
|
| /src/sys/arch/amd64/include/ |
| ptrace.h | 43 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 66 "PT_SETFPREGS", \
|
| /src/sys/arch/i386/include/ |
| ptrace.h | 78 #define PT_SETFPREGS (PT_FIRSTMACH + 4) 98 "PT_SETFPREGS", \
|
| /src/sys/sys/ |
| ptrace.h | 221 #if defined(PT_GETFPREGS) || defined(PT_SETFPREGS) 328 #ifdef PT_SETFPREGS 361 # if defined(PT_SETFPREGS) || defined(PT_GETFPREGS)
|
| /src/tests/lib/libc/sys/ |
| t_ptrace_register_wait.h | 126 ptrace(PT_SETFPREGS, child, &fpr, 0) != -1);
|