Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dreg.h77 struct fpreg32 { struct
102 int fill_fpregs32(struct thread *, struct fpreg32 *);
103 int set_fpregs32(struct thread *, struct fpreg32 *);
/f-stack/freebsd/arm64/include/
H A Dreg.h58 struct fpreg32 { struct
99 int fill_fpregs32(struct thread *, struct fpreg32 *);
100 int set_fpregs32(struct thread *, struct fpreg32 *);
/f-stack/freebsd/sys/
H A 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);
/f-stack/freebsd/x86/include/
H A Dreg.h92 #define __fpreg32 fpreg32
262 int fill_fpregs32(struct thread *, struct fpreg32 *);
263 int set_fpregs32(struct thread *, struct fpreg32 *);
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c142 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
216 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c156 set_fpregs32(struct thread *td, struct fpreg32 *fpregs) in set_fpregs32()
168 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) in fill_fpregs32()
353 struct fpreg32 fpregs; in freebsd32_sendsig()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c494 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
502 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/f-stack/freebsd/kern/
H A Dsys_process.c186 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32()
193 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
H A Dimgact_elf.c2168 typedef struct fpreg32 elf_prfpregset_t;
2169 typedef struct fpreg32 elf_fpregset_t;