Home
last modified time | relevance | path

Searched refs:XFEATURE_MASK_AVX512 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxcr0_cpuid_test.c73 XFEATURE_MASK_AVX512, in guest_code()
76 XFEATURE_MASK_AVX512); in guest_code()
H A Dstate_test.c170 if (supported_xcr0 & XFEATURE_MASK_AVX512) { in guest_code()
/openbmc/linux/arch/x86/crypto/
H A Dblake2s-glue.c68 XFEATURE_MASK_AVX512, NULL)) in blake2s_mod_init()
H A Daria_gfni_avx512_glue.c217 XFEATURE_MASK_AVX512, &feature_name)) { in aria_avx512_init()
H A Dpoly1305_glue.c270 cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM | XFEATURE_MASK_AVX512, NULL) && in poly1305_simd_mod_init()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h148 #define XFEATURE_MASK_AVX512 (XFEATURE_MASK_OPMASK \ macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h80 #define XFEATURE_MASK_AVX512 (XFEATURE_MASK_OPMASK | \ macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c226 | XFEATURE_MASK_BNDCSR | XFEATURE_MASK_AVX512 \
1101 if (xcr0 & XFEATURE_MASK_AVX512) { in __kvm_set_xcr()
1104 if ((xcr0 & XFEATURE_MASK_AVX512) != XFEATURE_MASK_AVX512) in __kvm_set_xcr()