Searched refs:TOPO_MAX_DOMAIN (Results 1 – 5 of 5) sorted by relevance
7 unsigned int dom_shifts[TOPO_MAX_DOMAIN];8 unsigned int dom_ncpus[TOPO_MAX_DOMAIN];
24 for (dom++; dom < TOPO_MAX_DOMAIN; dom++) { in topology_set_dom()185 for (dom = TOPO_SMT_DOMAIN; dom < TOPO_MAX_DOMAIN; dom++) { in cpu_parse_topology()208 for (dom++; dom < TOPO_MAX_DOMAIN; dom++) { in cpu_init_topology()
52 static const char *domain_names[TOPO_MAX_DOMAIN] = { in dom_debug_show()63 for (dom = 0; dom < TOPO_MAX_DOMAIN; dom++) { in dom_debug_show()
52 static struct { DECLARE_BITMAP(map, MAX_LOCAL_APIC); } apic_maps[TOPO_MAX_DOMAIN] __ro_after_init;264 for (dom = TOPO_SMT_DOMAIN; dom < TOPO_MAX_DOMAIN; dom++) in topo_register_apic()
114 TOPO_MAX_DOMAIN, enumerator118 unsigned int dom_shifts[TOPO_MAX_DOMAIN];119 unsigned int dom_size[TOPO_MAX_DOMAIN];
Completed in 9 milliseconds