Home
last modified time | relevance | path

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

/arch/x86/
A Dfpu.c54 bool with_fxsave; member
135 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