Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h112 static inline apic_id_t x86_apicid_from_topo_ids(X86CPUTopoInfo *topo_info, in x86_apicid_from_topo_ids() function
168 return x86_apicid_from_topo_ids(topo_info, &topo_ids); in x86_apicid_from_cpu_idx()
/openbmc/qemu/hw/i386/
H A Dx86.c367 cpu->apic_id = x86_apicid_from_topo_ids(&topo_info, &topo_ids); in x86_cpu_pre_plug()