CPU_TOPOLOGY_CORE
cpu->topology_id[CPU_TOPOLOGY_CORE] = i;
cpu->topology_id[CPU_TOPOLOGY_CORE] = curCpu;
sHierarchyMask[CPU_TOPOLOGY_CORE] = (maxCoreID - 1) * kMaxSMTID;
sHierarchyShift[CPU_TOPOLOGY_CORE]
| sHierarchyMask[CPU_TOPOLOGY_CORE];
hierarchyLevels[CPU_TOPOLOGY_CORE] = levelValue;
cpu->topology_id[CPU_TOPOLOGY_CORE]
= get_topology_level_id(topologyID, CPU_TOPOLOGY_CORE);
cpu->topology_id[CPU_TOPOLOGY_CORE],
case CPU_TOPOLOGY_CORE:
&& gCPU[i].topology_id[CPU_TOPOLOGY_CORE] == 0) {