Home
last modified time | relevance | path

Searched refs:PT_SETFPREGS (Results 1 – 25 of 41) sorted by relevance

12

/netbsd/src/sys/sys/
Dptrace.h221 #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/
Dptrace.h40 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/sys/arch/m68k/include/
Dptrace.h42 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/sys/arch/mips/include/
Dptrace.h47 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/sys/arch/sparc/include/
Dptrace.h49 #define PT_SETFPREGS (PT_FIRSTMACH + 3) macro
/netbsd/src/sys/arch/alpha/include/
Dptrace.h40 #define PT_SETFPREGS (PT_FIRSTMACH + 3) macro
/netbsd/src/sys/arch/arm/include/
Dptrace.h47 #define PT_SETFPREGS (PT_FIRSTMACH + 6) macro
/netbsd/src/external/gpl3/gdb/dist/gdb/
Driscv-fbsd-nat.c65 PT_SETFPREGS, &riscv_fbsd_fpregset); in store_registers()
Damd64-bsd-nat.c119 if (gdb_ptrace (PT_SETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in amd64bsd_store_inferior_registers()
Darm-netbsd-nat.c363 ret = ptrace (PT_SETFPREGS, regcache->ptid ().pid (), in store_fp_register()
386 int ret = ptrace (PT_SETFPREGS, regcache->ptid ().pid (), in store_fp_regs()
Dmips-fbsd-nat.c123 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
Driscv-netbsd-nat.c127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
Dalpha-bsd-nat.c119 if (ptrace (PT_SETFPREGS, regcache->ptid ().pid (), in store_registers()
Daarch64-netbsd-nat.c127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
Dppc-fbsd-nat.c174 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
Dmips-netbsd-nat.c115 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
Dm68k-bsd-nat.c175 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
Dppc-obsd-nat.c145 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
/netbsd/src/sys/arch/hppa/include/
Dptrace.h38 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/sys/arch/aarch64/include/
Dptrace.h43 #define PT_SETFPREGS (PT_FIRSTMACH + 3) macro
/netbsd/src/sys/arch/sh3/include/
Dptrace.h51 #define PT_SETFPREGS (PT_FIRSTMACH + 6)
/netbsd/src/sys/arch/powerpc/include/
Dptrace.h10 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/sys/arch/i386/include/
Dptrace.h78 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/sys/arch/amd64/include/
Dptrace.h43 #define PT_SETFPREGS (PT_FIRSTMACH + 4) macro
/netbsd/src/tests/lib/libc/sys/
Dt_ptrace_register_wait.h126 ptrace(PT_SETFPREGS, child, &fpr, 0) != -1); in access_regs()

12