Home
last modified time | relevance | path

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

/qemu/include/hw/i386/
H A Dtopology.h55 unsigned smt_id; member
149 topo_ids->smt_id; in x86_apicid_from_topo_ids()
172 topo_ids->smt_id = cpu_index % nr_threads; in x86_topo_ids_from_idx()
183 topo_ids->smt_id = apicid & in x86_topo_ids_from_apicid()
/qemu/hw/i386/
H A Dx86-common.c350 topo_ids.smt_id = cpu->thread_id; in x86_cpu_pre_plug()
362 topo_ids.core_id, topo_ids.smt_id, cpu->apic_id, in x86_cpu_pre_plug()
411 if (cpu->thread_id != -1 && cpu->thread_id != topo_ids.smt_id) { in x86_cpu_pre_plug()
414 topo_ids.smt_id); in x86_cpu_pre_plug()
417 cpu->thread_id = topo_ids.smt_id; in x86_cpu_pre_plug()
H A Dx86.c145 ms->possible_cpus->cpus[i].props.thread_id = topo_ids.smt_id; in x86_possible_cpu_arch_ids()