Home
last modified time | relevance | path

Searched refs:set_fpregs (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/sys/
H A Dreg.h58 int set_fpregs (struct lwp *, struct fpreg *);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dprocfs_machdep.c118 return (set_fpregs(lp, fpregs)); in procfs_write_fpregs()
H A Dcpu_regs.c769 set_fpregs(struct lwp *lp, struct fpreg *fpregs) in set_fpregs() function
/dragonfly/sys/platform/pc64/x86_64/
H A Dprocfs_machdep.c117 return (set_fpregs(lp, fpregs)); in procfs_write_fpregs()
H A Dmachdep.c3083 set_fpregs(struct lwp *lp, struct fpreg *fpregs) in set_fpregs() function
/dragonfly/sys/kern/
H A Dkern_checkpoint.c305 error = set_fpregs(lp, fpregset); in elf_loadnotes()