Home
last modified time | relevance | path

Searched refs:EfiMaxMemoryType (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPage.c55 EFI_MEMORY_TYPE_STATISTICS mMemoryTypeStatistics[EfiMaxMemoryType + 1] = {
56 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, TRUE, FALSE }, // EfiReservedMemoryType
57 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiLoaderCode
58 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiLoaderData
59 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiBootServicesCode
60 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiBootServicesData
61 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, TRUE, TRUE }, // EfiRuntimeServicesCode
62 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, TRUE, TRUE }, // EfiRuntimeServicesData
63 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiConventionalMemory
64 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiUnusableMemory
[all …]
DPool.c81 POOL mPoolHead[EfiMaxMemoryType];
124 for (Type=0; Type < EfiMaxMemoryType; Type++) { in CoreInitializePool()
152 if ((UINT32)MemoryType < EfiMaxMemoryType) { in LookupPoolHead()
220 if ((PoolType >= EfiMaxMemoryType && PoolType < MEMORY_TYPE_OEM_RESERVED_MIN) || in CoreInternalAllocatePool()
DMemoryProfileRecord.c972 return EfiMaxMemoryType; in GetProfileMemoryIndex()
974 return EfiMaxMemoryType + 1; in GetProfileMemoryIndex()
1399 if (MemoryType != EfiMaxMemoryType) { in CoreUpdateProfile()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
DWinNtAutoScan.c50 { EfiMaxMemoryType, 0 }
86 if (MemoryData[Count - 1].Type != EfiMaxMemoryType) { in ValidateMemoryTypeInfoVariable()
92 if (MemoryData[Index].Type >= EfiMaxMemoryType) { in ValidateMemoryTypeInfoVariable()
129 EFI_MEMORY_TYPE_INFORMATION MemoryData [EfiMaxMemoryType + 1]; in PeimInitializeWinNtAutoScan()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h39 UINT64 CurrentTotalUsageByType[EfiMaxMemoryType + 2];
40 UINT64 PeakTotalUsageByType[EfiMaxMemoryType + 2];
61 UINT64 CurrentUsageByType[EfiMaxMemoryType + 2];
62 UINT64 PeakUsageByType[EfiMaxMemoryType + 2];
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DHob.c154 …(Hob.MemoryAllocation->AllocDescriptor.MemoryType < EfiMaxMemoryType) ? gMemMapType[Hob.MemoryAllo… in EblHobCmd()
185 …(EfiMemoryTypeInformation->Type < EfiMaxMemoryType) ? gMemMapType[EfiMemoryTypeInformation->Type] … in EblHobCmd()
DEfiDevice.c569 UINT64 PageCount[EfiMaxMemoryType]; in EblMemMapCmd()
593 …("\n%a %016lx - %016lx: # %08lx %016lx", gMemMapType[MemMap->Type % EfiMaxMemoryType], MemMap->Phy… in EblMemMapCmd()
598 PageCount[MemMap->Type % EfiMaxMemoryType] += MemMap->NumberOfPages; in EblMemMapCmd()
603 for (Index = 0, TotalMemory = 0; Index < EfiMaxMemoryType; Index++) { in EblMemMapCmd()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiMultiPhase.h90 EfiMaxMemoryType enumerator
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiMultiPhase.h40 EfiMaxMemoryType enumerator
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmMisc.c218 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) { in BmSetMemoryTypeInformationVariable()
220 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) { in BmSetMemoryTypeInformationVariable()
225 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) { in BmSetMemoryTypeInformationVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DMemoryPeim.c70 { EfiMaxMemoryType, 0 }
318 EFI_MEMORY_TYPE_INFORMATION MemoryData[EfiMaxMemoryType + 1]; in PublishMemoryTypeInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeLoad.c224 if (MemoryData[Count - 1].Type != EfiMaxMemoryType) { in ValidateMemoryTypeInfoVariable()
230 if (MemoryData[Index].Type >= EfiMaxMemoryType) { in ValidateMemoryTypeInfoVariable()
274 EFI_MEMORY_TYPE_INFORMATION MemoryData[EfiMaxMemoryType + 1]; in DxeLoadCore()
/device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
DMemoryInitPeim.c68 Info[9].Type = EfiMaxMemoryType; in BuildMemoryTypeInformationHob()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiTypes.h199 EfiMaxMemoryType enumerator
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/
DFspWrapperHobProcessLibSample.c73 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) { in GetMemorySizeInMemoryTypeInformation()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c1388 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) { in BdsSetMemoryTypeInformationVariable()
1390 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) { in BdsSetMemoryTypeInformationVariable()
1395 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) { in BdsSetMemoryTypeInformationVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c1380 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) { in BdsSetMemoryTypeInformationVariable()
1382 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) { in BdsSetMemoryTypeInformationVariable()
1387 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) { in BdsSetMemoryTypeInformationVariable()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
DFspHobProcessLibSample.c71 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) { in GetMemorySizeInMemoryTypeInformation()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPool.c358 EfiMaxMemoryType, in SmmFreePool()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/
DFspHobProcessLibVlv2.c74 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) { in GetMemorySizeInMemoryTypeInformation()
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
DCbSupportPei.c26 { EfiMaxMemoryType, 0 }
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DPlatform.c52 { EfiMaxMemoryType, 0x000 }
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DHobGeneration.c259 EfiMaxMemoryType,
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c309 Index = EfiMaxMemoryType; in ProfileMemoryTypeToStr()
314 Index = EfiMaxMemoryType + 1; in ProfileMemoryTypeToStr()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DMrcWrapper.c47 { EfiMaxMemoryType, 0 }
1265 EFI_MEMORY_TYPE_INFORMATION MemoryData [EfiMaxMemoryType + 1]; in GetPlatformMemorySize()

12