Home
last modified time | relevance | path

Searched refs:threads_per_core (Results 1 – 4 of 4) 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()
/openbmc/qemu/target/i386/
H A Dcpu.c388 return topo_info->threads_per_core; in num_threads_by_topo_level()
608 *ebx = ((topo_info->threads_per_core - 1) << 8) | (topo_ids.core_id & 0xFF); in encode_topo_cpuid8000001e()
8094 *ebx = topo_info->threads_per_core; in cpu_x86_cpuid()
9419 env->topo_info.threads_per_core > 1) { in x86_cpu_realizefn()
9423 "feature.", env->topo_info.threads_per_core); in x86_cpu_realizefn()