Searched refs:XFEATURE_MASK_SSE (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/fpu/ |
D | types.h | 116 #define XFEATURE_MASK_SSE (1 << XFEATURE_SSE) macro 124 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
|
D | xstate.h | 23 XFEATURE_MASK_SSE | \
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | xstate.c | 144 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/ |
D | chacha20_glue.c | 133 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha20_simd_mod_init()
|
D | poly1305_glue.c | 187 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
|
D | sha512_ssse3_glue.c | 153 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | sha1_ssse3_glue.c | 168 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | sha256_ssse3_glue.c | 203 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | cast5_avx_glue.c | 472 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
|
D | serpent_avx2_glue.c | 545 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
|
D | twofish_avx_glue.c | 561 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
|
D | camellia_aesni_avx_glue.c | 562 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
D | cast6_avx_glue.c | 594 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
|
D | serpent_avx_glue.c | 600 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
|
D | camellia_aesni_avx2_glue.c | 570 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.h | 183 #define KVM_SUPPORTED_XCR0 (XFEATURE_MASK_FP | XFEATURE_MASK_SSE \
|
D | x86.c | 678 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()
|