Searched refs:cpuid_level (Results 1 – 4 of 4) sorted by relevance
269 int cpuid_level; in identify_cpu() local271 cpuid_level = build_vendor_name(vendor_name); in identify_cpu()275 if (cpuid_level >= 0x00000001) { in identify_cpu()
196 if (env->cpuid_level >= 7) { in fw_cfg_build_feature_control()
7883 limit = env->cpuid_level; in cpu_x86_cpuid() 7888 * return the same information as EAX=cpuid_level in cpu_x86_cpuid() 7891 index = env->cpuid_level; in cpu_x86_cpuid() 7896 *eax = env->cpuid_level; in cpu_x86_cpuid() 9091 if (env->cpuid_level == UINT32_MAX) { in x86_cpu_filter_features() 9092 env->cpuid_level = env->cpuid_min_level; in x86_cpu_filter_features() 10005 DEFINE_PROP_UINT32("level", X86CPU, env.cpuid_level, UINT32_MAX),
2076 uint32_t cpuid_level, cpuid_xlevel, cpuid_xlevel2;2065 uint32_t cpuid_level, cpuid_xlevel, cpuid_xlevel2; global() member