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

/freebsd-13-stable/sys/mips/include/
H A Dreg.h102 int fill_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-13-stable/sys/arm64/include/
H A Dreg.h99 int fill_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-13-stable/sys/powerpc/include/
H A Dreg.h78 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg) macro
/freebsd-13-stable/sys/x86/include/
H A Dreg.h262 int fill_fpregs32(struct thread *, struct fpreg32 *);
/freebsd-13-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c168 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) function
390 fill_fpregs32(td, &fpregs);
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_reg.c142 fill_fpregs32(struct thread *td, struct fpreg32 *regs) function
/freebsd-13-stable/sys/kern/
H A Dsys_process.c191 PROC_ACTION(fill_fpregs32(td, fpregs32));
H A Dimgact_elf.c2300 fill_fpregs32(td, fpregset);
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c494 fill_fpregs32(struct thread *td, struct fpreg32 *regs) function

Completed in 199 milliseconds