Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c132 eax &= CPUID_XSAVE_XSAVEOPT | CPUID_XSAVE_XGETBV1; in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c900 #define TCG_XSAVE_FEATURES (CPUID_XSAVE_XSAVEOPT | CPUID_XSAVE_XGETBV1)
3490 CPUID_XSAVE_XGETBV1,
3614 CPUID_XSAVE_XGETBV1,
3754 CPUID_XSAVE_XGETBV1,
3895 CPUID_XSAVE_XGETBV1,
4008 CPUID_XSAVE_XGETBV1,
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,
4589 CPUID_XSAVE_XSAVEOPT | CPUID_XSAVE_XSAVEC | CPUID_XSAVE_XGETBV1,
[all …]
H A Dcpu.h1064 #define CPUID_XSAVE_XGETBV1 (1U << 2) macro
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3162 if (env->features[FEAT_XSAVE] & CPUID_XSAVE_XGETBV1) { in helper_xgetbv()