Searched defs:fp_free (Results 1 - 2 of 2) sorted by relevance

/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);
/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

Completed in 58 milliseconds