Home
last modified time | relevance | path

Searched refs:CpuCoreCount (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitPei/
DPlatInitPei.c128 UINTN CpuCoreCount, CpuMap, CpuMapSize; in PlatInitPeiEntryPoint() local
152 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()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DSocConfiguration.h78 INT32 CpuCoreCount; ///< Number of CPU cores in SOC. member