HomeSort by relevance Sort by last modified time
    Searched refs:ClusterId (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
MainMPCore.c 53 UINT32 ClusterId;
60 ClusterId = GET_CLUSTER_ID(MpId);
73 if ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
MainMPCore.c 44 UINT32 ClusterId;
51 ClusterId = GET_CLUSTER_ID(MpId);
74 if ((ArmCoreInfoTable[Index].ClusterId == ClusterId) && (ArmCoreInfoTable[Index].CoreId == CoreId)) {
  /device/linaro/bootloader/edk2/ArmPkg/Include/Guid/
ArmMpCoreInfo.h 23 UINT32 ClusterId;
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderFdt.c 162 UINT32 ClusterId;
324 ClusterId = GET_CLUSTER_ID (MpId);
344 CoreMpId = (UINTN) GET_MPID (ArmCoreInfoTable[Index].ClusterId,
382 if (((ArmCoreInfoTable[Index].ClusterId != ClusterId) || (ArmCoreInfoTable[Index].CoreId != CoreId))) {
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmLib.h 102 #define GET_MPID(ClusterId, CoreId) (((ClusterId) << 8) | (CoreId))
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/ARM/
VirtHelper.asm 61 // With this function: CorePos = (ClusterId * 4) + CoreId

Completed in 329 milliseconds