Searched refs:cpu_has_xfeatures (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/fpu/ |
D | api.h | 46 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | xstate.c | 62 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/ |
D | chacha20_glue.c | 133 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in chacha20_simd_mod_init()
|
D | poly1305_glue.c | 187 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL); in poly1305_simd_mod_init()
|
D | sha512_ssse3_glue.c | 153 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | sha1_ssse3_glue.c | 168 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | sha256_ssse3_glue.c | 203 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | cast5_avx_glue.c | 472 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
|
D | serpent_avx2_glue.c | 545 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
|
D | twofish_avx_glue.c | 561 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
|
D | camellia_aesni_avx_glue.c | 562 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
D | cast6_avx_glue.c | 594 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
|
D | serpent_avx_glue.c | 600 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
|
D | camellia_aesni_avx2_glue.c | 570 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|