Searched refs:cpu_has_xfeatures (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/fpu/ |
D | api.h | 63 extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
|
/Linux-v5.10/arch/x86/crypto/ |
D | poly1305_glue.c | 263 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()
|
D | blake2s-glue.c | 206 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | in blake2s_mod_init()
|
D | serpent_avx2_glue.c | 250 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in init()
|
D | sha512_ssse3_glue.c | 148 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | camellia_aesni_avx2_glue.c | 265 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
D | sha1_ssse3_glue.c | 154 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | aegis128-aesni-glue.c | 272 !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL)) in crypto_aegis128_aesni_module_init()
|
D | cast6_avx_glue.c | 275 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast6_init()
|
D | twofish_avx_glue.c | 281 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) { in twofish_init()
|
D | camellia_aesni_avx_glue.c | 286 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in camellia_aesni_init()
|
D | serpent_avx_glue.c | 288 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in serpent_init()
|
D | sha256_ssse3_glue.c | 198 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in avx_usable()
|
D | cast5_avx_glue.c | 355 if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, in cast5_init()
|
D | chacha_glue.c | 288 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) { in chacha_simd_mod_init()
|
/Linux-v5.10/arch/x86/kernel/fpu/ |
D | xstate.c | 81 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()
|