Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
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()
Dblake2s-glue.c69 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | in blake2s_mod_init()
Dserpent_avx2_glue.c250 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
Dsha512_ssse3_glue.c148 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcamellia_aesni_avx2_glue.c265 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dsha1_ssse3_glue.c154 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dtwofish_avx_glue.c281 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
Dcast6_avx_glue.c275 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
Dserpent_avx_glue.c288 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
Dcamellia_aesni_avx_glue.c286 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dsha256_ssse3_glue.c198 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcast5_avx_glue.c355 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
Dchacha_glue.c288 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in chacha_simd_mod_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dxstate.h29 XFEATURE_MASK_YMM | \
Dtypes.h129 #define XFEATURE_MASK_YMM (1 << XFEATURE_YMM) macro
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dxstate.c316 print_xstate_feature(XFEATURE_MASK_YMM); in print_xstate_features()
453 XFEATURE_MASK_YMM | \
1078 if (!(xfeatures & (XFEATURE_MASK_SSE|XFEATURE_MASK_YMM))) in xfeatures_mxcsr_quirk()
1120 copy_feature(header.xfeatures & (XFEATURE_MASK_SSE | XFEATURE_MASK_YMM), in copy_xstate_to_kernel()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c191 | XFEATURE_MASK_YMM | XFEATURE_MASK_BNDREGS \
950 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()
967 if (!(xcr0 & XFEATURE_MASK_YMM)) in __kvm_set_xcr()