Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/fpu/
Dapi.h46 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
/linux-4.4.14/arch/x86/kernel/fpu/
Dxstate.c62 int cpu_has_xfeatures(u64 xfeatures_needed, const char **feature_name) in cpu_has_xfeatures() function
93 EXPORT_SYMBOL_GPL(cpu_has_xfeatures);
232 if (cpu_has_xfeatures(xstate_mask, &feature_name)) in print_xstate_feature()
/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c133 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha20_simd_mod_init()
Dpoly1305_glue.c187 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
Dsha512_ssse3_glue.c153 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dsha1_ssse3_glue.c168 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dsha256_ssse3_glue.c203 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
Dcast5_avx_glue.c472 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
Dserpent_avx2_glue.c545 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
Dtwofish_avx_glue.c561 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
Dcamellia_aesni_avx_glue.c562 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
Dcast6_avx_glue.c594 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
Dserpent_avx_glue.c600 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
Dcamellia_aesni_avx2_glue.c570 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()