Searched refs:XFEATURE_MASK_SSE (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxcr0_cpuid_test.c65 XFEATURE_MASK_SSE);
74 XFEATURE_MASK_SSE | XFEATURE_MASK_YMM);
H A Dstate_test.c164 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_SSE);
/linux-master/arch/x86/crypto/
H A Dblake2s-glue.c67 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM |
H A Dpoly1305_glue.c263 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL))
266 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL))
270 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | XFEATURE_MASK_AVX512, NULL) &&
H A Dcamellia_aesni_avx_glue.c114 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dcamellia_aesni_avx2_glue.c115 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dtwofish_avx_glue.c112 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) {
H A Dserpent_avx_glue.c109 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dcast6_avx_glue.c102 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dcast5_avx_glue.c102 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dsm3_avx_glue.c113 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dserpent_avx2_glue.c107 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Dsm4_aesni_avx2_glue.c118 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Daegis128-aesni-glue.c272 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
H A Dsha512_ssse3_glue.c149 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
H A Daria_aesni_avx2_glue.c214 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Daria_aesni_avx_glue.c200 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
H A Daria_gfni_avx512_glue.c216 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM |
H A Dsha1_ssse3_glue.c166 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
H A Dchacha_glue.c288 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
H A Dsha256_ssse3_glue.c226 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
H A Dsm4_aesni_avx_glue.c332 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
/linux-master/arch/x86/include/asm/fpu/
H A Dxstate.h31 XFEATURE_MASK_SSE | \
H A Dtypes.h133 #define XFEATURE_MASK_SSE (1 << XFEATURE_SSE) macro
149 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c105 * asks about "XFEATURE_MASK_SSE | XFEATURE_MASK_YMM" we'll print the
272 print_xstate_feature(XFEATURE_MASK_SSE);
341 XFEATURE_MASK_SSE | \
1085 header.xfeatures &= XFEATURE_MASK_FP | XFEATURE_MASK_SSE;
1098 copy_feature(header.xfeatures & (XFEATURE_MASK_SSE | XFEATURE_MASK_YMM),
1108 copy_feature(header.xfeatures & XFEATURE_MASK_SSE,
1253 mask = XFEATURE_MASK_FP | XFEATURE_MASK_SSE | XFEATURE_MASK_YMM;

Completed in 181 milliseconds

12