Searched refs:fp_free (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sparc/sys/fpu/ |
H A D | fpusystm.h | 68 extern void fp_free(kfpu_t *, int);
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | fpu.c | 238 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 D | archdep.c | 284 fp_free(fpu, 0);
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | archsystm.h | 127 extern void fp_free(struct fpu_ctx *, int);
|
/illumos-gate/usr/src/uts/sparc/v9/fpu/ |
H A D | fpu.c | 119 * 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 D | machdep.c | 262 fp_free(fp, isexec);
|
Completed in 65 milliseconds