Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/include/
HDreg.h79 struct fpreg32 { struct
104 int fill_fpregs32(struct thread *, struct fpreg32 *);
105 int set_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-11-stable/sys/sys/
HDptrace.h204 struct fpreg32;
208 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
209 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
/freebsd-11-stable/sys/x86/include/
HDreg.h90 #define __fpreg32 fpreg32
260 int fill_fpregs32(struct thread *, struct fpreg32 *);
261 int set_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-11-stable/sys/amd64/ia32/
HDia32_reg.c143 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
187 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/freebsd-11-stable/sys/mips/mips/
HDfreebsd32_machdep.c173 set_fpregs32(struct thread *td, struct fpreg32 *fpregs) in set_fpregs32()
185 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) in fill_fpregs32()
370 struct fpreg32 fpregs; in freebsd32_sendsig()
/freebsd-11-stable/sys/sparc64/include/
HDreg.h82 struct fpreg32 { struct
/freebsd-11-stable/sys/powerpc/include/
HDreg.h49 struct fpreg32 { struct
/freebsd-11-stable/sys/fs/procfs/
HDprocfs_fpregs.c87 struct fpreg32 r32; in procfs_doprocfpregs()
/freebsd-11-stable/sys/kern/
HDsys_process.c206 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32()
213 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
574 struct fpreg32 fpreg32; in sys_ptrace() member
HDimgact_elf.c1877 typedef struct fpreg32 elf_prfpregset_t;
1878 typedef struct fpreg32 elf_fpregset_t;
/freebsd-11-stable/usr.bin/gcore/
HDelfcore.c82 typedef struct fpreg32 elfcore_fpregset_t;