Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Dpoly1305_glue.c263 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) in poly1305_simd_mod_init()
266 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) in poly1305_simd_mod_init()
270 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | XFEATURE_MASK_AVX512, NULL) && in poly1305_simd_mod_init()
H A Dblake2s-glue.c67 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | in blake2s_mod_init()
H A Dsm3_avx_glue.c113 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in sm3_avx_mod_init()
H A Dcast5_avx_glue.c102 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
H A Dcast6_avx_glue.c102 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
H A Dsm4_aesni_avx2_glue.c118 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in sm4_init()
H A Dserpent_avx_glue.c109 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
H A Dcamellia_aesni_avx_glue.c114 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
H A Dtwofish_avx_glue.c112 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
H A Dserpent_avx2_glue.c107 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_avx2_init()
H A Dcamellia_aesni_avx2_glue.c115 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
H A Daria_aesni_avx_glue.c200 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in aria_avx_init()
H A Dsha512_ssse3_glue.c149 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
H A Daria_gfni_avx512_glue.c216 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | in aria_avx512_init()
H A Dsha1_ssse3_glue.c166 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
H A Daria_aesni_avx2_glue.c214 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in aria_avx2_init()
H A Dsha256_ssse3_glue.c226 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
H A Dchacha_glue.c288 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in chacha_simd_mod_init()
H A Dsm4_aesni_avx_glue.c332 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in sm4_init()
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c17 #define XFEATURE_MASK_X87_AVX (XFEATURE_MASK_FP | XFEATURE_MASK_SSE | XFEATURE_MASK_YMM)
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h134 #define XFEATURE_MASK_YMM (1 << XFEATURE_YMM) macro
/linux/arch/x86/kvm/
H A Dx86.c220 | XFEATURE_MASK_YMM | XFEATURE_MASK_BNDREGS \
1237 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()
1254 if (!(xcr0 & XFEATURE_MASK_YMM)) in __kvm_set_xcr()