Searched refs:l2g (Results 1 – 1 of 1) sorted by relevance
784 struct cpu_group *l2g; in smp_topo_2level() local791 l2g = &group[1]; in smp_topo_2level()792 top->cg_child = l2g; in smp_topo_2level()795 l1g = l2g + top->cg_children; in smp_topo_2level()796 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()797 l2g->cg_parent = top; in smp_topo_2level()798 l2g->cg_child = l1g; in smp_topo_2level()799 l2g->cg_level = l2share; in smp_topo_2level()801 cpu = smp_topo_addleaf(l2g, l1g, l1share, l1count, in smp_topo_2level()