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

/freebsd-12-stable/sys/riscv/include/
H A Dreg.h67 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-12-stable/sys/arm/include/
H A Dreg.h36 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-12-stable/sys/powerpc/include/
H A Dreg.h66 int fill_fpregs(struct thread *, struct fpreg *);
78 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
/freebsd-12-stable/sys/mips/include/
H A Dreg.h89 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-12-stable/sys/arm64/include/
H A Dreg.h74 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-12-stable/sys/sparc64/include/
H A Dreg.h115 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep_kdb.c109 fill_fpregs(struct thread *td, struct fpreg *regs) function
/freebsd-12-stable/sys/x86/include/
H A Dreg.h255 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-12-stable/sys/mips/mips/
H A Dpm_machdep.c387 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
H A Dfreebsd32_machdep.c195 error = fill_fpregs(td, &fp);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c590 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
/freebsd-12-stable/sys/riscv/riscv/
H A Dmachdep.c218 fill_fpregs(struct thread *td, struct fpreg *regs) function
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dmachdep.c1049 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
/freebsd-12-stable/sys/arm64/arm64/
H A Dmachdep.c243 fill_fpregs(struct thread *td, struct fpreg *regs) function
258 ("Called fill_fpregs while the kernel is using the VFP"));
/freebsd-12-stable/sys/kern/
H A Dsys_process.c171 PROC_ACTION(fill_fpregs(td, fpregs));
H A Dimgact_elf.c2222 fill_fpregs(td, fpregset);
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c2229 fill_fpregs(struct thread *td, struct fpreg *fpregs) function
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c2879 fill_fpregs(struct thread *td, struct fpreg *fpregs) function

Completed in 237 milliseconds