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 },
4185 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES | CPUID_D_1_EAX_XFD,
4336 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES | CPUID_D_1_EAX_XFD,
4481 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
5157 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
5243 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
5334 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
6774 (*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()