Searched refs:fp_free (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpusystm.h68 extern void fp_free(kfpu_t *, int);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dfpu.c238 fpsave_ctxt, NULL, fp_new_lwp, fp_new_lwp, NULL, fp_free);
250 * 1) from reaper -> thread_free -> ctxfree -> fp_free
255 * 2) from exec -> ctxfree -> fp_free
259 * 3) from restorecontext -> setfpregs -> fp_free
266 fp_free(struct fpu_ctx *fp, int isexec) function
381 fpsave_ctxt, NULL, fp_new_lwp, fp_new_lwp, NULL, fp_free);
H A Darchdep.c284 fp_free(fpu, 0);
/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h127 extern void fp_free(struct fpu_ctx *, int);
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c119 * 1) from reaper -> thread_free -> lwp_freeregs -> fp_free
124 * 2) from exec -> lwp_freeregs -> fp_free
130 fp_free(kfpu_t *fp, int isexec) function
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c262 fp_free(fp, isexec);

Completed in 65 milliseconds