Searched refs:XFEATURE_MASK_SSE (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/fpu/ |
| D | types.h | 122 #define XFEATURE_MASK_SSE (1 << XFEATURE_SSE) macro 132 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
|
| D | xstate.h | 29 XFEATURE_MASK_SSE | \
|
| /Linux-v5.4/arch/x86/kernel/fpu/ |
| D | xstate.c | 180 if (!(xfeatures & XFEATURE_MASK_SSE)) in fpstate_sanitize_xstate() 301 print_xstate_feature(XFEATURE_MASK_SSE); in print_xstate_features() 946 if (!(xfeatures & (XFEATURE_MASK_SSE|XFEATURE_MASK_YMM))) in xfeatures_mxcsr_quirk()
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | poly1305_glue.c | 183 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
|
| D | serpent_avx2_glue.c | 253 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
|
| D | sha512_ssse3_glue.c | 151 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
| D | aegis128-aesni-glue.c | 274 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128_aesni_module_init()
|
| D | sha1_ssse3_glue.c | 162 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
| D | camellia_aesni_avx2_glue.c | 272 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
| D | cast6_avx_glue.c | 283 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
|
| D | serpent_avx_glue.c | 289 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
|
| D | twofish_avx_glue.c | 292 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
|
| D | sha256_ssse3_glue.c | 200 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
| D | camellia_aesni_avx_glue.c | 297 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
| D | chacha_glue.c | 274 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha_simd_mod_init()
|
| D | cast5_avx_glue.c | 355 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | x86.h | 292 #define KVM_SUPPORTED_XCR0 (XFEATURE_MASK_FP | XFEATURE_MASK_SSE \
|
| D | x86.c | 848 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()
|