Home
last modified time | relevance | path

Searched refs:fp_save_mech (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dfpu_subr.c54 int fp_save_mech = FP_FXSAVE; variable
56 int fp_save_mech = FP_FNSAVE; variable
163 fp_save_mech = FP_XSAVE; in fpu_probe()
176 fp_save_mech = FP_FXSAVE; in fpu_probe()
190 fp_save_mech = FP_XSAVE; in fpu_probe()
H A Dcpr_impl.c952 if (fp_save_mech == FP_XSAVE) { in i_cpr_start_cpu()
H A Dmp_startup.c1774 if (fp_save_mech == FP_XSAVE) { in mp_startup_common()
H A Dstartup.c2205 if (fp_save_mech == FP_XSAVE) { in startup_end()
H A Dcpuid.c4679 ASSERT(fp_save_mech == FP_XSAVE); in xsave_setup_msr()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dfpu.c202 switch (fp_save_mech) { in fp_new_lwp()
305 switch (fp_save_mech) { in fp_save()
336 switch (fp_save_mech) { in fp_restore()
375 if (fp_save_mech == FP_XSAVE) { in fp_seed()
546 switch (fp_save_mech) { in fpexterrflt()
731 switch (fp_save_mech) { in fpsetcw()
H A Darchdep.c295 switch (fp_save_mech) { in setfpregs()
359 switch (fp_save_mech) { in getfpregs()
386 switch (fp_save_mech) { in getfpregs()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dfloat.s605 cmpl $FP_XSAVE, fp_save_mech
629 cmpl $FP_FXSAVE, fp_save_mech
631 cmpl $FP_XSAVE, fp_save_mech
/titanic_41/usr/src/uts/intel/sys/
H A Dfp.h172 extern int fp_save_mech; /* fp save/restore mechanism */