Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-x86-topo.c39 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()
/qemu/include/hw/i386/
H A Dtopology.h96 static inline unsigned apicid_core_width(X86CPUTopoInfo *topo_info) in apicid_core_width() function
122 return apicid_core_offset(topo_info) + apicid_core_width(topo_info); in apicid_module_offset()
187 ~(0xFFFFFFFFUL << apicid_core_width(topo_info)); in x86_topo_ids_from_apicid()