cpu_has_xfeatures  274 arch/x86/crypto/aegis128-aesni-glue.c 	    !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
cpu_has_xfeatures  272 arch/x86/crypto/camellia_aesni_avx2_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
cpu_has_xfeatures  297 arch/x86/crypto/camellia_aesni_avx_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
cpu_has_xfeatures  355 arch/x86/crypto/cast5_avx_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
cpu_has_xfeatures  283 arch/x86/crypto/cast6_avx_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
cpu_has_xfeatures  274 arch/x86/crypto/chacha_glue.c 			  cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL);
cpu_has_xfeatures  183 arch/x86/crypto/poly1305_glue.c 			    cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL);
cpu_has_xfeatures  253 arch/x86/crypto/serpent_avx2_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
cpu_has_xfeatures  289 arch/x86/crypto/serpent_avx_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
cpu_has_xfeatures  162 arch/x86/crypto/sha1_ssse3_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
cpu_has_xfeatures  200 arch/x86/crypto/sha256_ssse3_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
cpu_has_xfeatures  151 arch/x86/crypto/sha512_ssse3_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
cpu_has_xfeatures  292 arch/x86/crypto/twofish_avx_glue.c 	if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, &feature_name)) {
cpu_has_xfeatures   63 arch/x86/include/asm/fpu/api.h extern int cpu_has_xfeatures(u64 xfeatures_mask, const char **feature_name);
cpu_has_xfeatures  108 arch/x86/kernel/fpu/xstate.c EXPORT_SYMBOL_GPL(cpu_has_xfeatures);
cpu_has_xfeatures  291 arch/x86/kernel/fpu/xstate.c 	if (cpu_has_xfeatures(xstate_mask, &feature_name))