Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/fpu/
Dapi.h63 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
/Linux-v5.4/arch/x86/kernel/fpu/
Dxstate.c77 int cpu_has_xfeatures(u64 xfeatures_needed, const char **feature_name) in cpu_has_xfeatures() function
108 EXPORT_SYMBOL_GPL(cpu_has_xfeatures);
291 if (cpu_has_xfeatures(xstate_mask, &feature_name)) in print_xstate_feature()
/Linux-v5.4/arch/x86/crypto/
Dpoly1305_glue.c183 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
Dserpent_avx2_glue.c253 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
Dsha512_ssse3_glue.c151 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Daegis128-aesni-glue.c274 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128_aesni_module_init()
Dsha1_ssse3_glue.c162 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcamellia_aesni_avx2_glue.c272 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dcast6_avx_glue.c283 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
Dserpent_avx_glue.c289 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
Dtwofish_avx_glue.c292 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
Dsha256_ssse3_glue.c200 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcamellia_aesni_avx_glue.c297 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dchacha_glue.c274 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha_simd_mod_init()
Dcast5_avx_glue.c355 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()