Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dhma_fpu.c52 switch (fp_save_mech) { in hma_fpu_init()
111 switch (fp_save_mech) { in hma_fpu_alloc()
166 switch (fp_save_mech) { in do_fp_save()
208 switch (fp_save_mech) { in hma_fpu_describe_xsave_state()
276 switch (fp_save_mech) { in hma_fpu_get_xsave_state()
327 switch (fp_save_mech) { in hma_fpu_set_xsave_state()
380 switch (fp_save_mech) { in hma_fpu_set_xsave_state()
448 switch (fp_save_mech) { in hma_fpu_set_fxsave_state()
H A Dfpu.c928 int fp_save_mech = FP_FXSAVE; variable
1080 switch (fp_save_mech) { in fp_new_lwp()
1184 switch (fp_save_mech) { in fp_save()
1222 switch (fp_save_mech) { in fp_restore()
1249 if (fp_save_mech == FP_XSAVE) { in fp_exec()
1283 if (fp_save_mech == FP_XSAVE) { in fp_seed()
1318 if (fp_save_mech == FP_XSAVE) { in fp_lwp_init()
1357 switch (fp_save_mech) { in fp_lwp_dup()
1411 switch (fp_save_mech) { in fpexterrflt()
1481 if (fp_save_mech == FP_XSAVE) { in fpsimderrflt()
[all …]
H A Dfpu_subr.c145 fp_save_mech = FP_XSAVE; in fpu_probe()
H A Dcpuid.c7921 ASSERT(fp_save_mech == FP_XSAVE); in xsave_setup_msr()
/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h322 extern int fp_save_mech; /* fp save/restore mechanism */
/illumos-gate/usr/src/uts/intel/ml/
H A Dfloat.S276 cmpl $FP_XSAVE, fp_save_mech
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c929 if (fp_save_mech == FP_XSAVE) { in i_cpr_start_cpu()
H A Dmp_startup.c1848 if (fp_save_mech == FP_XSAVE) { in mp_startup_common()
H A Dstartup.c2169 if (fp_save_mech == FP_XSAVE) { in startup_end()