Home
last modified time | relevance | path

Searched refs:CoreNum (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/MpBootDxe/
DMpBootDxe.c46 UINTN CoreNum; in ConfigurePen() local
72 for (CoreNum = 0; CoreNum < ArmCoreCount; CoreNum++) { in ConfigurePen()
74 CoreMailbox = MailboxBase + CoreNum * sizeof (UINT64); in ConfigurePen()
78 CoreParking = (UINTN)MpParkingBase + CoreNum * SIZE_4KB; in ConfigurePen()
80 *((UINTN*)(CoreParking + SIZE_2KB)) = CoreNum; in ConfigurePen()
83 ArmCoreInfoTable[CoreNum].MailboxSetAddress = CoreMailbox; in ConfigurePen()
106 UINTN CoreNum; in MpBootDxeEntryPoint() local
163 for (CoreNum = 0; CoreNum < ArmCoreCount; CoreNum++) { in MpBootDxeEntryPoint()
164 MpBootProtocol->ParkSecondaryCore (&ArmCoreInfoTable[CoreNum], PenBase); in MpBootDxeEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitPei/
DPlatInitPei.c129 UINTN Index, CoreNum; in PlatInitPeiEntryPoint() local
174 for (CoreNum = 0, Index = 0; CoreNum < CpuMapSize && Index < mAmdCoreCount; ++CoreNum) { in PlatInitPeiEntryPoint()
176 CpuResetInfo.CoreNum = CoreNum; in PlatInitPeiEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DIscp.h171 UINT32 CoreNum; ///< The core number we want data for, e.g. 0,1,2,.. member