Searched refs:fill_fpregs32 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/mips/include/
H A Dreg.h104 int fill_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-11-stable/sys/powerpc/include/
H A Dreg.h82 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg) macro
/freebsd-11-stable/sys/x86/include/
H A Dreg.h260 int fill_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-11-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c185 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) function
407 fill_fpregs32(td, &fpregs);
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_reg.c143 fill_fpregs32(struct thread *td, struct fpreg32 *regs) function
/freebsd-11-stable/sys/kern/
H A Dsys_process.c209 PROC_ACTION(fill_fpregs32(td, fpregs32));
H A Dimgact_elf.c1996 fill_fpregs32(td, fpregset);

Completed in 121 milliseconds