Home
last modified time | relevance | path

Searched refs:fpsave_ctxt (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/i86pc/os/
H A Dfpu_subr.c164 fpsave_ctxt = xsave_ctxt; in fpu_probe()
177 fpsave_ctxt = fpxsave_ctxt; in fpu_probe()
191 fpsave_ctxt = xsave_ctxt; in fpu_probe()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dfpu.c155 void (*fpsave_ctxt)(void *) = fpxsave_ctxt; variable
162 void (*fpsave_ctxt)(void *) = fpnsave_ctxt; variable
238 fpsave_ctxt, NULL, fp_new_lwp, fp_new_lwp, NULL, fp_free); in fp_new_lwp()
381 fpsave_ctxt, NULL, fp_new_lwp, fp_new_lwp, NULL, fp_free); in fp_seed()
/titanic_50/usr/src/uts/intel/sys/
H A Dfp.h276 extern void (*fpsave_ctxt)(void *);