Home
last modified time | relevance | path

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

/arch/x86/
A Dfpu.c62 static fpu_features_t fpu_features; variable
139 if (!fpu_features.with_fpu || !fpu_features.with_sse || !fpu_features.with_fxsave) { in x86_fpu_early_init()
150 if (fpu_features.with_xsave) { in x86_fpu_early_init()
157 …RACEF("xsaveopt %u xsavec %u xsaves %u\n", fpu_features.with_xsaveopt, fpu_features.with_xsavec, f… in x86_fpu_early_init()
177 fpu_features.with_fpu, fpu_features.with_sse, fpu_features.with_sse2, in x86_fpu_init()
178 fpu_features.with_sse3, fpu_features.with_ssse3, fpu_features.with_sse4_1, in x86_fpu_init()
179 fpu_features.with_sse4_2, fpu_features.with_sse4a); in x86_fpu_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()
190 if (fpu_features.with_xsave) { in x86_fpu_init()
[all …]

Completed in 2 milliseconds