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

/freebsd-12-stable/sys/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 *);
/freebsd-12-stable/sys/arm64/include/
H A 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/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);
/freebsd-12-stable/sys/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 *);
/freebsd-12-stable/sys/powerpc/include/
H A Dreg.h45 struct fpreg32 { struct
/freebsd-12-stable/sys/sparc64/include/
H A Dreg.h84 struct fpreg32 { struct
/freebsd-12-stable/sys/fs/procfs/
H A Dprocfs_fpregs.c87 struct fpreg32 r32;
/freebsd-12-stable/sys/amd64/ia32/
H A Dia32_reg.c143 fill_fpregs32(struct thread *td, struct fpreg32 *regs)
217 set_fpregs32(struct thread *td, struct fpreg32 *regs)
/freebsd-12-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c177 set_fpregs32(struct thread *td, struct fpreg32 *fpregs)
189 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs)
374 struct fpreg32 fpregs;
/freebsd-12-stable/sys/kern/
H A Dsys_process.c212 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32)
219 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32)
591 struct fpreg32 fpreg32; member in union:__anon15748
H A Dimgact_elf.c2101 typedef struct fpreg32 elf_prfpregset_t;
2102 typedef struct fpreg32 elf_fpregset_t;
/freebsd-12-stable/sys/arm64/arm64/
H A Dmachdep.c319 fill_fpregs32(struct thread *td, struct fpreg32 *regs)
327 set_fpregs32(struct thread *td, struct fpreg32 *regs)
/freebsd-12-stable/usr.bin/gcore/
H A Delfcore.c87 typedef struct fpreg32 elfcore_fpregset_t;

Completed in 224 milliseconds