Home
last modified time | relevance | path

Searched refs:ClusterId (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
DMadt.c64 #define PARKED_ADDRESS(Base, ClusterId, CoreId) \ argument
65 ((Base) + (CORES_PER_CLUSTER * ClusterId + CoreId) * PARKED_OFFSET)
69 #define AMD_GIC(CpuNum, ClusterId, CoreId, PerfInt) { \ argument
74 (ClusterId << 8) | CoreId, /* UINT32 AcpiProcessorUid */ \
84 (ClusterId << 8) | CoreId /* UINT64 MPIDR */ \
196 UINT32 ClusterId, in BuildGicC() argument
204 MpId = (UINT32) GET_MPID (ClusterId, CoreId); in BuildGicC()
216 GicC->ParkedAddress = PARKED_ADDRESS(MpParkingBase, ClusterId, CoreId); in BuildGicC()
314 CpuNum, ArmCoreInfoTable[CpuNum].ClusterId, ArmCoreInfoTable[CpuNum].CoreId)); in MadtHeader()
317 ArmCoreInfoTable[CpuNum].ClusterId, in MadtHeader()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
DBdsLinuxFdt.c89 IN UINTN ClusterId, in ClusterInRange() argument
95 if (ClusterId == ArmCoreInfoTable[LowIndex].ClusterId) in ClusterInRange()
108 IN UINTN ClusterId in NumberOfCoresInCluster() argument
115 if (ClusterId == ArmCoreInfoTable[Index].ClusterId) in NumberOfCoresInCluster()
130 UINTN Index, Cores, Clusters, ClusterId; in NumberOfClustersInTable() local
137 ClusterId = ArmCoreInfoTable[Index].ClusterId; in NumberOfClustersInTable()
140 ClusterId); in NumberOfClustersInTable()
145 ArmCoreInfoTable[Index].ClusterId, in NumberOfClustersInTable()
403 UINT32 ClusterId; in AmdStyxPrepareFdt() local
575 MpId = (UINTN) GET_MPID (ArmCoreInfoTable[Index].ClusterId, in AmdStyxPrepareFdt()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DMainMPCore.c53 UINT32 ClusterId; in SecondaryMain() local
60 ClusterId = GET_CLUSTER_ID(MpId); in SecondaryMain()
73 …if ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)… in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c44 UINT32 ClusterId; in SecondaryMain() local
51 ClusterId = GET_CLUSTER_ID(MpId); in SecondaryMain()
74 …if ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)… in SecondaryMain()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitPei/
DPlatInitPei.c183 mAmdMpCoreInfoTable[Index].ClusterId = CpuResetInfo.CoreStatus.ClusterId; in PlatInitPeiEntryPoint()
187 Index, mAmdMpCoreInfoTable[Index].ClusterId, in PlatInitPeiEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DCoreState.h60 UINT32 ClusterId; ///< CPU Cluster ID member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/
DMadtHi1616.aslc32 #define PLATFORM_GET_MPID_TA(ClusterId, CoreId) (0x10000 | ((ClusterId) << 8) | (CoreId))
33 #define PLATFORM_GET_MPID_TB(ClusterId, CoreId) (0x30000 | ((ClusterId) << 8) | (CoreId))
34 #define PLATFORM_GET_MPID_TA_2(ClusterId, CoreId) (0x50000 | ((ClusterId) << 8) | (CoreId))
35 #define PLATFORM_GET_MPID_TB_2(ClusterId, CoreId) (0x70000 | ((ClusterId) << 8) | (CoreId))
/device/linaro/bootloader/edk2/ArmPkg/Include/Guid/
DArmMpCoreInfo.h23 UINT32 ClusterId; member
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DArmLib.h102 #define GET_MPID(ClusterId, CoreId) (((ClusterId) << 8) | (CoreId)) argument
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
DMadtHi1610.aslc32 #define PLATFORM_GET_MPID(ClusterId, CoreId) (0x10000 | ((ClusterId) << 8) | (CoreId))
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
DMadt.aslc30 #define PLATFORM_GET_MPID(ClusterId, CoreId) (0x20000 | ((ClusterId) << 8) | (CoreId))
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitDxe/
DPlatInitDxe.c223 MpId = GET_MPID (ArmCoreInfo->ClusterId, ArmCoreInfo->CoreId); in AmdStyxParkSecondaryCore()
/device/linaro/bootloader/edk2/ArmPkg/
DArmPkg.dec113 # Use ClusterId + CoreId to identify the PrimaryCore
115 # The Primary Core is ClusterId[0] & CoreId[0]