Searched refs:apicid_die_width (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-x86-topo.c | 41 g_assert_cmpuint(apicid_die_width(&topo_info), ==, 0); in test_topo_bits() 88 g_assert_cmpuint(apicid_die_width(&topo_info), ==, 0); in test_topo_bits() 90 g_assert_cmpuint(apicid_die_width(&topo_info), ==, 1); in test_topo_bits() 92 g_assert_cmpuint(apicid_die_width(&topo_info), ==, 2); in test_topo_bits() 94 g_assert_cmpuint(apicid_die_width(&topo_info), ==, 2); in test_topo_bits()
|
/openbmc/qemu/include/hw/i386/ |
H A D | topology.h | 94 static inline unsigned apicid_die_width(X86CPUTopoInfo *topo_info) in apicid_die_width() function 120 return apicid_die_offset(topo_info) + apicid_die_width(topo_info); in apicid_pkg_offset() 179 ~(0xFFFFFFFFUL << apicid_die_width(topo_info)); in x86_topo_ids_from_apicid()
|