Searched refs:fill_fpregs (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/arm64/include/
H A Dreg.h60 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/riscv/include/
H A Dreg.h66 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/arm/include/
H A Dreg.h36 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/powerpc/include/
H A Dreg.h70 int fill_fpregs(struct thread *, struct fpreg *);
82 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
/freebsd-11-stable/sys/mips/include/
H A Dreg.h91 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/sparc64/include/
H A Dreg.h113 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_kdb.c109 fill_fpregs(struct thread *td, struct fpreg *regs) function
/freebsd-11-stable/sys/x86/include/
H A Dreg.h253 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-11-stable/sys/mips/mips/
H A Dpm_machdep.c375 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
H A Dfreebsd32_machdep.c191 error = fill_fpregs(td, &fp);
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c202 fill_fpregs(struct thread *td, struct fpreg *regs) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c1050 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c608 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c206 fill_fpregs(struct thread *td, struct fpreg *regs) function
/freebsd-11-stable/sys/kern/
H A Dsys_process.c165 PROC_ACTION(fill_fpregs(td, fpregs));
H A Dimgact_elf.c1998 fill_fpregs(td, fpregset);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c2180 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c3021 fill_fpregs(struct thread *td, struct fpreg *fpregs) function

Completed in 169 milliseconds