Searched refs:mMemoryTypeStatistics (Results 1 – 1 of 1) sorted by relevance
55 EFI_MEMORY_TYPE_STATISTICS mMemoryTypeStatistics[EfiMaxMemoryType + 1] = { variable590 &mMemoryTypeStatistics[Type].BaseAddress in CoreAddMemoryDescriptor()609 mMemoryTypeStatistics[Type].BaseAddress, in CoreAddMemoryDescriptor()612 mMemoryTypeStatistics[Type].BaseAddress = 0; in CoreAddMemoryDescriptor()613 mMemoryTypeStatistics[Type].MaximumAddress = MAX_ADDRESS; in CoreAddMemoryDescriptor()622 mMemoryTypeStatistics[Type].MaximumAddress = in CoreAddMemoryDescriptor()623 mMemoryTypeStatistics[Type].BaseAddress + in CoreAddMemoryDescriptor()630 if (mMemoryTypeStatistics[Type].BaseAddress < mDefaultMaximumAddress) { in CoreAddMemoryDescriptor()631 mDefaultMaximumAddress = mMemoryTypeStatistics[Type].BaseAddress - 1; in CoreAddMemoryDescriptor()651 mMemoryTypeStatistics[Type].BaseAddress, in CoreAddMemoryDescriptor()[all …]