Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/ia32/os/
H A Dfpu.c238 fpsave_ctxt, NULL, fp_new_lwp, fp_new_lwp, NULL, fp_free); in fp_new_lwp()
266 fp_free(struct fpu_ctx *fp, int isexec) in fp_free() function
381 fpsave_ctxt, NULL, fp_new_lwp, fp_new_lwp, NULL, fp_free); in fp_seed()
H A Darchdep.c284 fp_free(fpu, 0); in setfpregs()
/titanic_50/usr/src/uts/sparc/sys/fpu/
H A Dfpusystm.h68 extern void fp_free(kfpu_t *, int);
/titanic_50/usr/src/uts/intel/sys/
H A Darchsystm.h126 extern void fp_free(struct fpu_ctx *, int);
/titanic_50/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c130 fp_free(kfpu_t *fp, int isexec) in fp_free() function
/titanic_50/usr/src/uts/sun4/os/
H A Dmachdep.c262 fp_free(fp, isexec); in lwp_freeregs()