Searched refs:cpuid_xlevel (Results 1 – 2 of 2) sorted by relevance
446 env->cpuid_xlevel = def->xlevel; in cpu_x86_register()1576 if (index > env->cpuid_xlevel) in cpu_x86_cpuid()1679 *eax = env->cpuid_xlevel; in cpu_x86_cpuid()
670 uint32_t cpuid_xlevel; member