Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h61 unsigned cores_per_module; member
84 return apicid_bitwidth_for_count(topo_info->cores_per_module); in apicid_core_width()
149 unsigned nr_cores = topo_info->cores_per_module; in x86_topo_ids_from_idx()
213 return topo_info->cores_per_module * x86_module_per_pkg(topo_info); in x86_cores_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.c328 topo_info->cores_per_module = ms->smp.cores; in vmsr_init_topo_info()
/openbmc/qemu/hw/i386/
H A Dx86.c55 topo_info->cores_per_module = ms->smp.cores; in init_topo_info()