Searched refs:topo_layers (Results 1 – 1 of 1) sorted by relevance
518 } topo_layers[MAX_CACHE_LEVELS + 5]; in topo_probe() local546 bzero(topo_layers, sizeof(topo_layers)); in topo_probe()548 topo_layers[nlayers].type = TOPO_TYPE_PKG; in topo_probe()549 topo_layers[nlayers].id_shift = pkg_id_shift; in topo_probe()551 printf("Package ID shift: %u\n", topo_layers[nlayers].id_shift); in topo_probe()555 topo_layers[nlayers].type = TOPO_TYPE_GROUP; in topo_probe()556 topo_layers[nlayers].id_shift = node_id_shift; in topo_probe()559 topo_layers[nlayers].id_shift); in topo_probe()578 topo_layers[nlayers].type = TOPO_TYPE_CACHE; in topo_probe()579 topo_layers[nlayers].subtype = i + 1; in topo_probe()[all …]