Home
last modified time | relevance | path

Searched refs:GET_CLUSTER_ID (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DMainMPCore.c60 ClusterId = GET_CLUSTER_ID(MpId); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c51 ClusterId = GET_CLUSTER_ID(MpId); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DArmLib.h101 #define GET_CLUSTER_ID(MpId) (((MpId) & ARM_CLUSTER_MASK) >> 8) macro
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderFdt.c324 ClusterId = GET_CLUSTER_ID (MpId); in PrepareFdt()