| /netbsd/src/sys/sys/ |
| D | ptrace.h | 221 #if defined(PT_GETFPREGS) || defined(PT_SETFPREGS) 328 #ifdef PT_SETFPREGS 361 # if defined(PT_SETFPREGS) || defined(PT_GETFPREGS)
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | ptrace.h | 40 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | ptrace.h | 42 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | ptrace.h | 47 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | ptrace.h | 49 #define PT_SETFPREGS (PT_FIRSTMACH + 3) macro
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | ptrace.h | 40 #define PT_SETFPREGS (PT_FIRSTMACH + 3) macro
|
| /netbsd/src/sys/arch/arm/include/ |
| D | ptrace.h | 47 #define PT_SETFPREGS (PT_FIRSTMACH + 6) macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | riscv-fbsd-nat.c | 65 PT_SETFPREGS, &riscv_fbsd_fpregset); in store_registers()
|
| D | amd64-bsd-nat.c | 119 if (gdb_ptrace (PT_SETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in amd64bsd_store_inferior_registers()
|
| D | arm-netbsd-nat.c | 363 ret = ptrace (PT_SETFPREGS, regcache->ptid ().pid (), in store_fp_register() 386 int ret = ptrace (PT_SETFPREGS, regcache->ptid ().pid (), in store_fp_regs()
|
| D | mips-fbsd-nat.c | 123 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| D | riscv-netbsd-nat.c | 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | alpha-bsd-nat.c | 119 if (ptrace (PT_SETFPREGS, regcache->ptid ().pid (), in store_registers()
|
| D | aarch64-netbsd-nat.c | 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | ppc-fbsd-nat.c | 174 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| D | mips-netbsd-nat.c | 115 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | m68k-bsd-nat.c | 175 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | ppc-obsd-nat.c | 145 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | ptrace.h | 38 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/sys/arch/aarch64/include/ |
| D | ptrace.h | 43 #define PT_SETFPREGS (PT_FIRSTMACH + 3) macro
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | ptrace.h | 51 #define PT_SETFPREGS (PT_FIRSTMACH + 6)
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | ptrace.h | 10 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/sys/arch/i386/include/ |
| D | ptrace.h | 78 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | ptrace.h | 43 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_ptrace_register_wait.h | 126 ptrace(PT_SETFPREGS, child, &fpr, 0) != -1); in access_regs()
|