Searched refs:cpuid_xlevel2 (Results 1 – 3 of 3) sorted by relevance
6516 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),
1966 uint32_t cpuid_level, cpuid_xlevel, cpuid_xlevel2; member
2033 if (env->cpuid_xlevel2 > 0) { in kvm_x86_build_cpuid()