Home
last modified time | relevance | path

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

/NextBSD/sys/mips/include/
HDreg.h79 struct fpreg32 { struct
104 int fill_fpregs32(struct thread *, struct fpreg32 *);
105 int set_fpregs32(struct thread *, struct fpreg32 *);
/NextBSD/sys/sys/
HDptrace.h178 struct fpreg32;
182 int proc_read_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
183 int proc_write_fpregs32(struct thread *_td, struct fpreg32 *_fpreg32);
/NextBSD/sys/x86/include/
HDreg.h90 #define __fpreg32 fpreg32
250 int fill_fpregs32(struct thread *, struct fpreg32 *);
251 int set_fpregs32(struct thread *, struct fpreg32 *);
/NextBSD/sys/amd64/ia32/
HDia32_reg.c141 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32()
181 set_fpregs32(struct thread *td, struct fpreg32 *regs) in set_fpregs32()
/NextBSD/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()
368 struct fpreg32 fpregs; in freebsd32_sendsig()
/NextBSD/sys/sparc64/include/
HDreg.h82 struct fpreg32 { struct
/NextBSD/sys/powerpc/include/
HDreg.h53 struct fpreg32 { struct
/NextBSD/sys/fs/procfs/
HDprocfs_fpregs.c87 struct fpreg32 r32; in procfs_doprocfpregs()
/NextBSD/sys/kern/
HDsys_process.c221 proc_read_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_read_fpregs32()
228 proc_write_fpregs32(struct thread *td, struct fpreg32 *fpregs32) in proc_write_fpregs32()
584 struct fpreg32 fpreg32; in sys_ptrace() member
HDimgact_elf.c1791 typedef struct fpreg32 elf_prfpregset_t;
1792 typedef struct fpreg32 elf_fpregset_t;
/NextBSD/usr.bin/gcore/
HDelfcore.c79 typedef struct fpreg32 elfcore_fpregset_t;