Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h62 unsigned threads_per_core; member
78 return apicid_bitwidth_for_count(topo_info->threads_per_core); in apicid_smt_width()
150 unsigned nr_threads = topo_info->threads_per_core; in x86_topo_ids_from_idx()
218 return topo_info->threads_per_core * x86_cores_per_pkg(topo_info); in x86_threads_per_pkg()
223 return topo_info->threads_per_core * topo_info->cores_per_module; in x86_threads_per_module()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c329 topo_info->threads_per_core = ms->smp.threads; in vmsr_init_topo_info()
/openbmc/qemu/hw/i386/
H A Dx86.c56 topo_info->threads_per_core = ms->smp.threads; in init_topo_info()