Home
last modified time | relevance | path

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

/trueos/sys/powerpc/include/
HDreg.h59 int fill_fpregs(struct thread *, struct fpreg *);
71 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg)
/trueos/sys/arm/include/
HDreg.h28 int fill_fpregs(struct thread *, struct fpreg *);
/trueos/sys/mips/include/
HDreg.h91 int fill_fpregs(struct thread *, struct fpreg *);
/trueos/sys/ia64/include/
HDreg.h92 int fill_fpregs(struct thread *, struct fpreg *);
/trueos/sys/sparc64/include/
HDreg.h113 int fill_fpregs(struct thread *, struct fpreg *);
/trueos/sys/x86/include/
HDreg.h243 int fill_fpregs(struct thread *, struct fpreg *);
/trueos/sys/mips/mips/
HDpm_machdep.c422 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
HDfreebsd32_machdep.c192 error = fill_fpregs(td, &fp); in fill_fpregs32()
/trueos/sys/sparc64/sparc64/
HDmachdep.c1056 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/trueos/sys/powerpc/powerpc/
HDexec_machdep.c622 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/trueos/sys/kern/
HDsys_process.c177 PROC_ACTION(fill_fpregs(td, fpregs)); in proc_read_fpregs()
HDimgact_elf.c1753 fill_fpregs(td, fpregset); in __elfN()
/trueos/sys/arm/arm/
HDmachdep.c487 fill_fpregs(struct thread *td, struct fpreg *regs) in fill_fpregs() function
/trueos/sys/ia64/ia64/
HDmachdep.c1497 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/trueos/sys/amd64/amd64/
HDmachdep.c2341 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs() function
/trueos/sys/i386/i386/
HDmachdep.c3736 fill_fpregs(struct thread *td, struct fpreg *fpregs) function