Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h54 unsigned smt_id; member
118 topo_ids->smt_id; in x86_apicid_from_topo_ids()
136 topo_ids->smt_id = cpu_index % nr_threads; in x86_topo_ids_from_idx()
147 topo_ids->smt_id = apicid & in x86_topo_ids_from_apicid()
/openbmc/qemu/hw/i386/
H A Dx86.c366 topo_ids.smt_id = cpu->thread_id; in x86_cpu_pre_plug()
376 topo_ids.pkg_id, topo_ids.die_id, topo_ids.core_id, topo_ids.smt_id, in x86_cpu_pre_plug()
417 if (cpu->thread_id != -1 && cpu->thread_id != topo_ids.smt_id) { in x86_cpu_pre_plug()
420 topo_ids.smt_id); in x86_cpu_pre_plug()
423 cpu->thread_id = topo_ids.smt_id; in x86_cpu_pre_plug()
506 ms->possible_cpus->cpus[i].props.thread_id = topo_ids.smt_id; in x86_possible_cpu_arch_ids()