Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.c307 static uint32_t max_thread_ids_for_cache(X86CPUTopoInfo *topo_info, in max_thread_ids_for_cache() function
362 (MIN(max_thread_ids_for_cache(topo_info, cache->share_level), 4095) << 14); in encode_cache_cpuid4()
564 *eax |= MIN(max_thread_ids_for_cache(topo_info, cache->share_level), 4095) << 14; in encode_cache_cpuid8000001d()
7963 *eax |= MIN(max_thread_ids_for_cache(topo_info, in cpu_x86_cpuid()