Home
last modified time | relevance | path

Searched refs:CpuMap (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
151 CpuMap = IscpFuseInfo.SocConfiguration.CpuMap; in PlatInitPeiEntryPoint()
153 CpuMapSize = sizeof (IscpFuseInfo.SocConfiguration.CpuMap) * 8; in PlatInitPeiEntryPoint()
155 ASSERT (CpuMap != 0); in PlatInitPeiEntryPoint()
175 if (CpuMap & 1) { in PlatInitPeiEntryPoint()
194 CpuMap >>= 1; in PlatInitPeiEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DSocConfiguration.h75 INT32 CpuMap; ///< Map of CPU cores in SOC. member