Home
last modified time | relevance | path

Searched refs:fill_fpregs32 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dreg.h102 int fill_fpregs32(struct thread *, struct fpreg32 *);
/f-stack/freebsd/arm64/include/
H A Dreg.h99 int fill_fpregs32(struct thread *, struct fpreg32 *);
/f-stack/freebsd/x86/include/
H A Dreg.h262 int fill_fpregs32(struct thread *, struct fpreg32 *);
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c168 fill_fpregs32(struct thread *td, struct fpreg32 *fpregs) in fill_fpregs32() function
390 fill_fpregs32(td, &fpregs); in freebsd32_sendsig()
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c142 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() function
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c494 fill_fpregs32(struct thread *td, struct fpreg32 *regs) in fill_fpregs32() function
/f-stack/freebsd/kern/
H A Dsys_process.c189 PROC_ACTION(fill_fpregs32(td, fpregs32)); in proc_read_fpregs32()
H A Dimgact_elf.c2287 fill_fpregs32(td, fpregset); in __elfN()