Searched refs:ClusterId (Results 1 – 6 of 6) sorted by relevance
53 UINT32 ClusterId; in SecondaryMain() local60 ClusterId = GET_CLUSTER_ID(MpId); in SecondaryMain()73 …if ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)… in SecondaryMain()
44 UINT32 ClusterId; in SecondaryMain() local51 ClusterId = GET_CLUSTER_ID(MpId); in SecondaryMain()74 …if ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)… in SecondaryMain()
162 UINT32 ClusterId; in PrepareFdt() local324 ClusterId = GET_CLUSTER_ID (MpId); in PrepareFdt()344 CoreMpId = (UINTN) GET_MPID (ArmCoreInfoTable[Index].ClusterId, in PrepareFdt()382 …if (((ArmCoreInfoTable[Index].ClusterId != ClusterId) || (ArmCoreInfoTable[Index].CoreId != CoreId… in PrepareFdt()
23 UINT32 ClusterId; member
102 #define GET_MPID(ClusterId, CoreId) (((ClusterId) << 8) | (CoreId)) argument
112 # Use ClusterId + CoreId to identify the PrimaryCore114 # The Primary Core is ClusterId[0] & CoreId[0]