Searched refs:cpuid_xlevel (Results 1 – 2 of 2) sorted by relevance
6518 limit = env->cpuid_xlevel; in cpu_x86_cpuid()6956 *eax = env->cpuid_xlevel; in cpu_x86_cpuid()7635 if (env->cpuid_xlevel == UINT32_MAX) { in x86_cpu_expand_features()7636 env->cpuid_xlevel = env->cpuid_min_xlevel; in x86_cpu_expand_features()8508 DEFINE_PROP_UINT32("xlevel", X86CPU, env.cpuid_xlevel, UINT32_MAX),
1966 uint32_t cpuid_level, cpuid_xlevel, cpuid_xlevel2; member