Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dreg.h67 int fill_fpregs(struct thread *, struct fpreg *);
84 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
/freebsd/sys/sys/
H A Dreg.h69 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd/sys/arm/arm/
H A Dmachdep_kdb.c104 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c118 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
/freebsd/sys/compat/linux/
H A Dlinux_elf.c262 fill_fpregs(td, fpregset); in __linuxN()
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c147 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c561 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c747 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/freebsd/sys/kern/
H A Dsys_process.c146 PROC_ACTION(fill_fpregs(td, fpregs)); in proc_read_fpregs()
H A Dimgact_elf.c2311 fill_fpregs(td, fpregset); in __elfN()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1072 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function