HomeSort by: relevance | last modified time | path
    Searched defs:PT_SETFPREGS (Results 1 - 14 of 14) sorted by relevancy

  /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/ia64/include/
ptrace.h 40 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
49 "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/hppa/include/
ptrace.h 38 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
47 "PT_SETFPREGS", \
  /src/sys/arch/m68k/include/
ptrace.h 42 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
51 "PT_SETFPREGS", \
  /src/sys/arch/mips/include/
ptrace.h 47 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
59 "PT_SETFPREGS", \
  /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/compat/sunos/
sunos_misc.c 949 #ifndef PT_SETFPREGS
950 #define PT_SETFPREGS -1
957 PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS
  /src/sys/compat/sunos32/
sunos32_misc.c 1183 #ifndef PT_SETFPREGS
1184 #define PT_SETFPREGS -1
1191 PT_GETREGS, PT_SETREGS, PT_GETFPREGS, PT_SETFPREGS

Completed in 18 milliseconds