Lines Matching refs:md_fpstate
539 if (newfplwp->l_md.md_fpstate)
546 KASSERT(fplwp->l_md.md_fpstate != NULL);
547 savefpstate(fplwp->l_md.md_fpstate);
552 if (newfplwp->l_md.md_fpstate != NULL) {
554 loadfpstate(fplwp->l_md.md_fpstate);
667 struct fpstate64 *fs = l->l_md.md_fpstate;
673 l->l_md.md_fpstate = fs;
692 KASSERT(fplwp->l_md.md_fpstate != NULL);
693 savefpstate(fplwp->l_md.md_fpstate);
791 KASSERT(l->l_md.md_fpstate != NULL);
792 savefpstate(l->l_md.md_fpstate);
796 if (l->l_md.md_fpstate->fs_qsize == 0) {
798 &l->l_md.md_fpstate->fs_queue[0].fq_instr,
808 l->l_md.md_fpstate->fs_qsize = 1;
809 code = fpu_cleanup(l, l->l_md.md_fpstate);
812 code = fpu_cleanup(l, l->l_md.md_fpstate);