Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
DMainMPCore.c61 CoreId = GET_CORE_ID(MpId); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
DMainMPCore.c52 CoreId = GET_CORE_ID(MpId); in SecondaryMain()
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DArmLib.h100 #define GET_CORE_ID(MpId) ((MpId) & ARM_CORE_MASK) macro
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
DBdsLinuxFdt.c564 PrimaryCoreId = GET_CORE_ID((UINT32) MpId); in AmdStyxPrepareFdt()