Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dreg.h77 int fill_fpregs32(struct thread *, struct fpreg32 *);
80 int set_fpregs32(struct thread *, struct fpreg32 *);
H A Dptrace.h249 struct fpreg32;
253 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
254 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
/freebsd/sys/arm64/include/
H A Dreg.h62 struct fpreg32 { struct
/freebsd/sys/powerpc/include/
H A Dreg.h46 struct fpreg32 { struct
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c136 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
210 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/freebsd/sys/fs/procfs/
H A Dprocfs_fpregs.c82 struct fpreg32 r32; in procfs_doprocfpregs()
/freebsd/sys/x86/include/
H A Dreg.h90 #define __fpreg32 fpreg32
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c369 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
377 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c145 typedef struct fpreg32 linux_elf_prfpregset_t;
/freebsd/sys/kern/
H A Dsys_process.c314 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32()
321 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
H A Dimgact_elf.c2167 typedef struct fpreg32 elf_prfpregset_t;
2168 typedef struct fpreg32 elf_fpregset_t;
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c985 struct fpreg32 fpreg; in freebsd32_ptrace()