Home
last modified time | relevance | path

Searched refs:vendor_cpuid_only (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/
H A Dcpu.h2178 bool vendor_cpuid_only; member
H A Dcpu.c6558 } else if (cpu->vendor_cpuid_only && IS_AMD_CPU(env)) { in cpu_x86_cpuid()
6594 } else if (cpu->vendor_cpuid_only && IS_AMD_CPU(env)) { in cpu_x86_cpuid()
7595 (IS_INTEL_CPU(env) || !cpu->vendor_cpuid_only)) { in x86_cpu_expand_features()
8512 DEFINE_PROP_BOOL("x-vendor-cpuid-only", X86CPU, vendor_cpuid_only, true),