Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/powerpc/include/
Dreg.h59 int fill_fpregs(struct thread *, struct fpreg *);
71 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
/freebsd-10-stable/sys/arm/include/
Dreg.h28 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/mips/include/
Dreg.h91 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/ia64/include/
Dreg.h92 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/sparc64/include/
Dreg.h113 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/x86/include/
Dreg.h243 int fill_fpregs(struct thread *, struct fpreg *);
/freebsd-10-stable/sys/mips/mips/
Dpm_machdep.c416 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
Dfreebsd32_machdep.c194 error = fill_fpregs(td, &fp); in fill_fpregs32()
/freebsd-10-stable/sys/sparc64/sparc64/
Dmachdep.c1053 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/freebsd-10-stable/sys/powerpc/powerpc/
Dexec_machdep.c616 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/freebsd-10-stable/sys/arm/arm/
Dmachdep.c483 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
/freebsd-10-stable/sys/kern/
Dsys_process.c178 PROC_ACTION(fill_fpregs(td, fpregs)); in proc_read_fpregs()
Dimgact_elf.c1911 fill_fpregs(td, fpregset); in __elfN()
/freebsd-10-stable/sys/ia64/ia64/
Dmachdep.c1497 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/freebsd-10-stable/sys/amd64/amd64/
Dmachdep.c2367 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/freebsd-10-stable/sys/i386/i386/
Dmachdep.c3757 fill_fpregs(struct thread *td, struct fpreg *fpregs) function