Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/fpu/
Dapi.h37 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
/Linux-v4.19/arch/x86/crypto/
Dmorus1280-sse2-glue.c43 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_morus1280_sse2_module_init()
Dmorus640-sse2-glue.c43 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_morus640_sse2_module_init()
Dmorus1280-avx2-glue.c44 !cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) in crypto_morus1280_avx2_module_init()
Dchacha20_glue.c129 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha20_simd_mod_init()
Dpoly1305_glue.c185 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
Dserpent_avx2_glue.c258 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()
Dsha1_ssse3_glue.c166 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcamellia_aesni_avx2_glue.c277 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dserpent_avx_glue.c304 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
Dcast6_avx_glue.c298 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
Dtwofish_avx_glue.c307 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
Dsha256_ssse3_glue.c199 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcamellia_aesni_avx_glue.c302 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Daegis128l-aesni-glue.c382 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128l_aesni_module_init()
Daegis128-aesni-glue.c382 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128_aesni_module_init()
Daegis256-aesni-glue.c382 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis256_aesni_module_init()
Dcast5_avx_glue.c370 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
/Linux-v4.19/arch/x86/kernel/fpu/
Dxstate.c83 int cpu_has_xfeatures(u64 xfeatures_needed, const char **feature_name) in cpu_has_xfeatures() function
114 EXPORT_SYMBOL_GPL(cpu_has_xfeatures);
297 if (cpu_has_xfeatures(xstate_mask, &feature_name)) in print_xstate_feature()