Home
last modified time | relevance | path

Searched refs:cpuid_xlevel2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.c6516 limit = env->cpuid_xlevel2; in cpu_x86_cpuid()
7117 *eax = env->cpuid_xlevel2; in cpu_x86_cpuid()
7638 if (env->cpuid_xlevel2 == UINT32_MAX) { in x86_cpu_expand_features()
7639 env->cpuid_xlevel2 = env->cpuid_min_xlevel2; in x86_cpu_expand_features()
8509 DEFINE_PROP_UINT32("xlevel2", X86CPU, env.cpuid_xlevel2, UINT32_MAX),
H A Dcpu.h1966 uint32_t cpuid_level, cpuid_xlevel, cpuid_xlevel2; member
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c2033 if (env->cpuid_xlevel2 > 0) { in kvm_x86_build_cpuid()