Searched refs:CoreNum (Results 1 – 3 of 3) sorted by relevance
46 UINTN CoreNum; in ConfigurePen() local72 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() local163 for (CoreNum = 0; CoreNum < ArmCoreCount; CoreNum++) { in MpBootDxeEntryPoint()164 MpBootProtocol->ParkSecondaryCore (&ArmCoreInfoTable[CoreNum], PenBase); in MpBootDxeEntryPoint()
129 UINTN Index, CoreNum; in PlatInitPeiEntryPoint() local174 for (CoreNum = 0, Index = 0; CoreNum < CpuMapSize && Index < mAmdCoreCount; ++CoreNum) { in PlatInitPeiEntryPoint()176 CpuResetInfo.CoreNum = CoreNum; in PlatInitPeiEntryPoint()
171 UINT32 CoreNum; ///< The core number we want data for, e.g. 0,1,2,.. member