Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h116 #define XFEATURE_MASK_SSE (1 << XFEATURE_SSE) macro
124 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
Dxstate.h23 XFEATURE_MASK_SSE | \
/linux-4.4.14/arch/x86/kernel/fpu/
Dxstate.c144 if (!(xfeatures & XFEATURE_MASK_SSE)) in fpstate_sanitize_xstate()
242 print_xstate_feature(XFEATURE_MASK_SSE); in print_xstate_features()
/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.h183 #define KVM_SUPPORTED_XCR0 (XFEATURE_MASK_FP | XFEATURE_MASK_SSE \
Dx86.c678 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()