Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/fpu/
Dxstate.c230 print_xstate_feature(XFEATURE_MASK_SSE); in print_xstate_features()
367 XFEATURE_MASK_SSE | \
995 header.xfeatures &= XFEATURE_MASK_FP | XFEATURE_MASK_SSE; in copy_xstate_to_uabi_buf()
1008 copy_feature(header.xfeatures & (XFEATURE_MASK_SSE | XFEATURE_MASK_YMM), in copy_xstate_to_uabi_buf()
1018 copy_feature(header.xfeatures & XFEATURE_MASK_SSE, in copy_xstate_to_uabi_buf()
1110 mask = XFEATURE_MASK_FP | XFEATURE_MASK_SSE | XFEATURE_MASK_YMM; in copy_uabi_to_xstate()
/Linux-v5.15/arch/x86/include/asm/fpu/
Dtypes.h128 #define XFEATURE_MASK_SSE (1 << XFEATURE_SSE) macro
140 #define XFEATURE_MASK_FPSSE (XFEATURE_MASK_FP | XFEATURE_MASK_SSE)
Dxstate.h29 XFEATURE_MASK_SSE | \
/Linux-v5.15/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()
Dcast5_avx_glue.c102 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
Dcast6_avx_glue.c102 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
Dserpent_avx_glue.c109 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
Dtwofish_avx_glue.c112 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
Dblake2s-glue.c108 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | in blake2s_mod_init()
Dcamellia_aesni_avx_glue.c114 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dserpent_avx2_glue.c107 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
Dcamellia_aesni_avx2_glue.c115 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dsm4_aesni_avx2_glue.c144 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in sm4_init()
Dsha512_ssse3_glue.c148 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dsha1_ssse3_glue.c154 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Daegis128-aesni-glue.c272 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128_aesni_module_init()
Dsha256_ssse3_glue.c198 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dchacha_glue.c288 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in chacha_simd_mod_init()
Dsm4_aesni_avx_glue.c462 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in sm4_init()
/Linux-v5.15/arch/x86/kvm/
Dx86.c208 #define KVM_SUPPORTED_XCR0 (XFEATURE_MASK_FP | XFEATURE_MASK_SSE \
990 if ((xcr0 & XFEATURE_MASK_YMM) && !(xcr0 & XFEATURE_MASK_SSE)) in __kvm_set_xcr()