Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h68 static unsigned apicid_bitwidth_for_count(unsigned count) in apicid_bitwidth_for_count() function
78 return apicid_bitwidth_for_count(topo_info->threads_per_core); in apicid_smt_width()
84 return apicid_bitwidth_for_count(topo_info->cores_per_module); in apicid_core_width()
90 return apicid_bitwidth_for_count(topo_info->modules_per_die); in apicid_module_width()
96 return apicid_bitwidth_for_count(topo_info->dies_per_pkg); in apicid_die_width()