Home
last modified time | relevance | path

Searched refs:fpreg32 (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/sys/arm64/include/
Dreg.h54 struct fpreg32 { struct
81 int fill_fpregs32(struct thread *, struct fpreg32 *);
82 int set_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-12-stable/sys/mips/include/
Dreg.h77 struct fpreg32 { struct
102 int fill_fpregs32(struct thread *, struct fpreg32 *);
103 int set_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-12-stable/sys/sys/
Dptrace.h213 struct fpreg32;
217 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
218 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
/freebsd-12-stable/sys/x86/include/
Dreg.h92 #define __fpreg32 fpreg32
262 int fill_fpregs32(struct thread *, struct fpreg32 *);
263 int set_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-12-stable/sys/amd64/ia32/
Dia32_reg.c143 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
217 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/freebsd-12-stable/sys/sparc64/include/
Dreg.h84 struct fpreg32 { struct
/freebsd-12-stable/sys/mips/mips/
Dfreebsd32_machdep.c177 set_fpregs32(struct thread *td, struct fpreg32 *fpregs) in set_fpregs32()
189 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) in fill_fpregs32()
374 struct fpreg32 fpregs; in freebsd32_sendsig()
/freebsd-12-stable/sys/powerpc/include/
Dreg.h45 struct fpreg32 { struct
/freebsd-12-stable/sys/fs/procfs/
Dprocfs_fpregs.c87 struct fpreg32 r32; in procfs_doprocfpregs()
/freebsd-12-stable/sys/kern/
Dsys_process.c212 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32()
219 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
591 struct fpreg32 fpreg32; in sys_ptrace() member
Dimgact_elf.c2108 typedef struct fpreg32 elf_prfpregset_t;
2109 typedef struct fpreg32 elf_fpregset_t;
/freebsd-12-stable/sys/arm64/arm64/
Dmachdep.c320 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
328 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/freebsd-12-stable/usr.bin/gcore/
Delfcore.c87 typedef struct fpreg32 elfcore_fpregset_t;