Searched refs:mDxeCodeMemoryRangeUsageBitMap (Results 1 – 1 of 1) sorted by relevance
78 GLOBAL_REMOVE_IF_UNREFERENCED UINT64 *mDxeCodeMemoryRangeUsageBitMap=NULL; variable295 if (mDxeCodeMemoryRangeUsageBitMap == NULL) { in CheckAndMarkFixLoadingMemoryUsageBitMap()296 mDxeCodeMemoryRangeUsageBitMap = AllocateZeroPool(((DxeCodePageNumber/64) + 1)*sizeof(UINT64)); in CheckAndMarkFixLoadingMemoryUsageBitMap()301 if (!gLoadFixedAddressCodeMemoryReady || mDxeCodeMemoryRangeUsageBitMap == NULL) { in CheckAndMarkFixLoadingMemoryUsageBitMap()317 if ((mDxeCodeMemoryRangeUsageBitMap[Index / 64] & LShiftU64(1, (Index % 64))) != 0) { in CheckAndMarkFixLoadingMemoryUsageBitMap()329 mDxeCodeMemoryRangeUsageBitMap[Index / 64] |= LShiftU64(1, (Index % 64)); in CheckAndMarkFixLoadingMemoryUsageBitMap()