Searched refs:apicid_core_width (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-x86-topo.c | 39 g_assert_cmpuint(apicid_core_width(&topo_info), ==, 0); in test_topo_bits() 70 g_assert_cmpuint(apicid_core_width(&topo_info), ==, 5); in test_topo_bits() 72 g_assert_cmpuint(apicid_core_width(&topo_info), ==, 5); in test_topo_bits() 74 g_assert_cmpuint(apicid_core_width(&topo_info), ==, 5); in test_topo_bits() 76 g_assert_cmpuint(apicid_core_width(&topo_info), ==, 6); in test_topo_bits()
|
/openbmc/qemu/include/hw/i386/ |
H A D | topology.h | 82 static inline unsigned apicid_core_width(X86CPUTopoInfo *topo_info) in apicid_core_width() function 108 return apicid_core_offset(topo_info) + apicid_core_width(topo_info); in apicid_module_offset() 173 ~(0xFFFFFFFFUL << apicid_core_width(topo_info)); in x86_topo_ids_from_apicid()
|