Home
last modified time | relevance | path

Searched refs:CoreId (Results 1 – 14 of 14) 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 */ \
197 UINT32 CoreId, 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()
318 ArmCoreInfoTable[CpuNum].CoreId, in MadtHeader()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DMainMPCore.c54 UINT32 CoreId; in SecondaryMain() local
61 CoreId = GET_CORE_ID(MpId); in SecondaryMain()
73 … ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)) { in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c45 UINT32 CoreId; in SecondaryMain() local
52 CoreId = GET_CORE_ID(MpId); in SecondaryMain()
74 … ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)) { in SecondaryMain()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitPei/
DPlatInitPei.c184 mAmdMpCoreInfoTable[Index].CoreId = CpuResetInfo.CoreStatus.CoreId; in PlatInitPeiEntryPoint()
188 mAmdMpCoreInfoTable[Index].CoreId)); in PlatInitPeiEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DCoreState.h61 UINT32 CoreId; ///< CPU Core 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.h24 UINT32 CoreId; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPal.h294 UINT64 CoreId: 16; ///< The core identifier of the logical processor member
1015 UINT64 CoreId:16; ///< The core identifier of the logical processor member
1696 UINT64 CoreId:4; ///< Bit3:0, Processor core ID (default is 0 for 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/FdtDxe/
DBdsLinuxFdt.c576 ArmCoreInfoTable[Index].CoreId); in AmdStyxPrepareFdt()
661 ArmCoreInfoTable[Index].CoreId); in AmdStyxPrepareFdt()
669 (ArmCoreInfoTable[Index].CoreId != PrimaryCoreId))) { in AmdStyxPrepareFdt()
/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]