Searched refs:topo_layers (Results 1 – 1 of 1) sorted by relevance
530 } topo_layers[MAX_CACHE_LEVELS + 5]; in topo_probe() local558 bzero(topo_layers, sizeof(topo_layers)); in topo_probe()560 topo_layers[nlayers].type = TOPO_TYPE_PKG; in topo_probe()561 topo_layers[nlayers].id_shift = pkg_id_shift; in topo_probe()563 printf("Package ID shift: %u\n", topo_layers[nlayers].id_shift); in topo_probe()567 topo_layers[nlayers].type = TOPO_TYPE_GROUP; in topo_probe()568 topo_layers[nlayers].id_shift = node_id_shift; in topo_probe()571 topo_layers[nlayers].id_shift); in topo_probe()590 topo_layers[nlayers].type = TOPO_TYPE_CACHE; in topo_probe()591 topo_layers[nlayers].subtype = i + 1; in topo_probe()[all …]