HomeSort by: relevance | last modified time | path
    Searched refs:fpu_cleanup (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_extern.h 50 int fpu_cleanup(struct lwp *, struct fpstate *);
53 int fpu_cleanup(struct lwp *, struct fpstate64 *);
fpu.c 129 fpu_cleanup( function in typeref:typename:int
157 panic("fpu_cleanup: No fault"); /* ??? */
161 DPRINTF(FPE_INSN, ("fpu_cleanup: FSR_TT_IEEE\n"));
169 DPRINTF(FPE_INSN, ("fpu_cleanup: FSR_TT_UNFIN\n"));
172 printf("fpu_cleanup: unfinished fpop");
180 DPRINTF(FPE_INSN, ("fpu_cleanup: FSR_TT_UNIMP\n"));
182 panic("fpu_cleanup: unimplemented fpop");
190 DPRINTF(FPE_INSN, ("fpu_cleanup: FSR_TT_HWERR\n"));
222 printf("fpu_cleanup: not an FPU error -- sending SIGILL\n");
229 panic("fpu_cleanup 3")
    [all...]
  /src/sys/arch/sparc/sparc/
trap.c 433 if ((code = fpu_cleanup(l, fs)) != 0) {
573 * fpu_cleanup can (and usually does) modify the
576 * will not match once fpu_cleanup does its job, so
587 if ((code = fpu_cleanup(l, l->l_md.md_fpstate)) != 0) {
  /src/sys/arch/sparc64/sparc64/
trap.c 684 fpu_cleanup(l, fs);
782 * fpu_cleanup can (and usually does) modify the
785 * will not match once fpu_cleanup does its job, so
809 code = fpu_cleanup(l, l->l_md.md_fpstate);
812 code = fpu_cleanup(l, l->l_md.md_fpstate);

Completed in 13 milliseconds