Searched refs:ARM_CORE_AFF3 (Results 1 – 3 of 3) sorted by relevance
297 CpuTarget = MpId & (ARM_CORE_AFF0 | ARM_CORE_AFF1 | ARM_CORE_AFF2 | ARM_CORE_AFF3); in GicV3DxeInitialize()
60 …CpuAffinity = (MpId & (ARM_CORE_AFF0 | ARM_CORE_AFF1 | ARM_CORE_AFF2)) | ((MpId & ARM_CORE_AFF3) >… in GicGetCpuRedistributorBase()
96 #define ARM_CORE_AFF3 (0xFFULL << 32) macro