Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h120 static inline unsigned apicid_module_offset(X86CPUTopoInfo *topo_info) in apicid_module_offset() function
128 return apicid_module_offset(topo_info) + apicid_module_width(topo_info); in apicid_die_offset()
147 (topo_ids->module_id << apicid_module_offset(topo_info)) | in x86_apicid_from_topo_ids()
189 (apicid >> apicid_module_offset(topo_info)) & in x86_topo_ids_from_apicid()
/openbmc/qemu/tests/unit/
H A Dtest-x86-topo.c104 g_assert_cmpuint(apicid_module_offset(&topo_info), ==, 5); in test_topo_bits()
/openbmc/qemu/target/i386/
H A Dcpu.c334 return apicid_module_offset(topo_info); in apicid_offset_by_topo_level()