Home
last modified time | relevance | path

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

/qemu/target/i386/hvf/
H A Dx86_cpuid.c122 eax &= CPUID_XSAVE_XSAVEOPT | CPUID_XSAVE_XGETBV1; in hvf_get_supported_cpuid()
/qemu/target/i386/
H A Dcpu.c3422 CPUID_XSAVE_XGETBV1,
3546 CPUID_XSAVE_XGETBV1,
3685 CPUID_XSAVE_XGETBV1,
3826 CPUID_XSAVE_XGETBV1,
3939 CPUID_XSAVE_XGETBV1,
4396 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
4638 CPUID_XSAVE_XGETBV1,
4929 CPUID_XSAVE_XGETBV1,
5011 CPUID_XSAVE_XGETBV1,
5072 CPUID_XSAVE_XGETBV1 | CPUID_XSAVE_XSAVES,
[all …]
H A Dcpu.h1027 #define CPUID_XSAVE_XGETBV1 (1U << 2) macro
/qemu/target/i386/tcg/
H A Dfpu_helper.c3122 if (env->features[FEAT_XSAVE] & CPUID_XSAVE_XGETBV1) { in helper_xgetbv()