Searched refs:topo_bitmap (Results 1 – 1 of 1) sorted by relevance
200 static inline bool x86_has_extended_topo(unsigned long *topo_bitmap) in x86_has_extended_topo() argument202 return test_bit(CPU_TOPOLOGY_LEVEL_MODULE, topo_bitmap) || in x86_has_extended_topo()203 test_bit(CPU_TOPOLOGY_LEVEL_DIE, topo_bitmap); in x86_has_extended_topo()