Searched refs:with_fxsave (Results 1 – 1 of 1) sorted by relevance
54 bool with_fxsave; member135 fpu_features.with_fxsave = x86_feature_test(X86_FEATURE_FXSR); in x86_fpu_early_init()139 if (!fpu_features.with_fpu || !fpu_features.with_sse || !fpu_features.with_fxsave) { in x86_fpu_early_init()180 dprintf(SPEW, "X86: fxsave %u xsave %u\n", fpu_features.with_fxsave, fpu_features.with_xsave); in x86_fpu_init()186 if (fpu_features.with_fxsave) { in x86_fpu_init()
Completed in 2 milliseconds