Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/fpu/
Dxstate.h24 XFEATURE_MASK_YMM | \
Dtypes.h117 #define XFEATURE_MASK_YMM (1 << XFEATURE_YMM) macro
/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c133 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha20_simd_mod_init()
Dpoly1305_glue.c187 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
Dsha512_ssse3_glue.c153 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dsha1_ssse3_glue.c168 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dsha256_ssse3_glue.c203 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcast5_avx_glue.c472 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
Dserpent_avx2_glue.c545 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
Dtwofish_avx_glue.c561 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
Dcamellia_aesni_avx_glue.c562 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dcast6_avx_glue.c594 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
Dserpent_avx_glue.c600 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
Dcamellia_aesni_avx2_glue.c570 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
/linux-4.4.14/arch/x86/kvm/
Dx86.h184 | XFEATURE_MASK_YMM | XFEATURE_MASK_BNDREGS \
Dx86.c678 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()
695 if (!(xcr0 & XFEATURE_MASK_YMM)) in __kvm_set_xcr()
/linux-4.4.14/arch/x86/kernel/fpu/
Dxstate.c243 print_xstate_feature(XFEATURE_MASK_YMM); in print_xstate_features()