Home
last modified time | relevance | path

Searched refs:CPUID_XSAVE_XSAVES (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c134 eax &= ~CPUID_XSAVE_XSAVES; in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c1710 .from = { FEAT_XSAVE, CPUID_XSAVE_XSAVES },
4186 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES | CPUID_D_1_EAX_XFD,
4337 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES | CPUID_D_1_EAX_XFD,
4482 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
5158 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
5244 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
5335 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
6775 (*eax & CPUID_XSAVE_XSAVES)) { in cpu_x86_cpuid()
H A Dcpu.h1065 #define CPUID_XSAVE_XSAVES (1U << 3) macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c623 CPUID_XSAVE_XSAVES) { in kvm_arch_get_supported_msr_feature()