Searched refs:CpuCoreCount (Results 1 – 2 of 2) sorted by relevance
128 UINTN CpuCoreCount, CpuMap, CpuMapSize; in PlatInitPeiEntryPoint() local152 CpuCoreCount = IscpFuseInfo.SocConfiguration.CpuCoreCount; in PlatInitPeiEntryPoint()156 ASSERT (CpuCoreCount != 0); in PlatInitPeiEntryPoint()157 ASSERT (CpuCoreCount <= CpuMapSize); in PlatInitPeiEntryPoint()160 if (mAmdCoreCount > CpuCoreCount) { in PlatInitPeiEntryPoint()161 mAmdCoreCount = CpuCoreCount; in PlatInitPeiEntryPoint()
78 INT32 CpuCoreCount; ///< Number of CPU cores in SOC. member