Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h76 CPU_TOPO_LEVEL_DIE, enumerator
216 test_bit(CPU_TOPO_LEVEL_DIE, topo_bitmap); in x86_has_extended_topo()
/openbmc/qemu/target/i386/
H A Dcpu.c247 case CPU_TOPO_LEVEL_DIE: in max_thread_ids_for_cache()
313 case CPU_TOPO_LEVEL_DIE: in num_threads_by_topo_level()
335 case CPU_TOPO_LEVEL_DIE: in apicid_offset_by_topo_level()
356 case CPU_TOPO_LEVEL_DIE: in cpuid1f_topo_type()
676 .share_level = CPU_TOPO_LEVEL_DIE,
2058 .share_level = CPU_TOPO_LEVEL_DIE,
2112 .share_level = CPU_TOPO_LEVEL_DIE,
2166 .share_level = CPU_TOPO_LEVEL_DIE,
2220 .share_level = CPU_TOPO_LEVEL_DIE,
2274 .share_level = CPU_TOPO_LEVEL_DIE,
[all …]
/openbmc/qemu/hw/i386/
H A Dx86-common.c281 set_bit(CPU_TOPO_LEVEL_DIE, env->avail_cpu_topo); in x86_cpu_pre_plug()