Home
last modified time | relevance | path

Searched refs:cpu_has_xfeatures (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A 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()
H A Dblake2s-glue.c69 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | in blake2s_mod_init()
H A Dsha512_ssse3_glue.c148 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
H A Dserpent_avx2_glue.c250 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
H A Dcamellia_aesni_avx2_glue.c265 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
H A Dsha1_ssse3_glue.c154 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
H A Daegis128-aesni-glue.c272 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128_aesni_module_init()
H A Dtwofish_avx_glue.c281 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
H A Dcast6_avx_glue.c275 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
H A Dcamellia_aesni_avx_glue.c286 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
H A Dserpent_avx_glue.c288 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
H A Dsha256_ssse3_glue.c198 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
H A Dchacha_glue.c288 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in chacha_simd_mod_init()
H A Dcast5_avx_glue.c355 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dapi.h74 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dxstate.c81 int cpu_has_xfeatures(u64 xfeatures_needed, const char **feature_name) in cpu_has_xfeatures() function
112 EXPORT_SYMBOL_GPL(cpu_has_xfeatures);
305 if (cpu_has_xfeatures(xstate_mask, &feature_name)) in print_xstate_feature()