/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | Page.c | 55 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 …]
|
D | Pool.c | 81 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()
|
D | MemoryProfileRecord.c | 972 return EfiMaxMemoryType; in GetProfileMemoryIndex() 974 return EfiMaxMemoryType + 1; in GetProfileMemoryIndex() 1399 if (MemoryType != EfiMaxMemoryType) { in CoreUpdateProfile()
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/ |
D | WinNtAutoScan.c | 50 { 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/ |
D | MemoryProfile.h | 39 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/ |
D | Hob.c | 154 …(Hob.MemoryAllocation->AllocDescriptor.MemoryType < EfiMaxMemoryType) ? gMemMapType[Hob.MemoryAllo… in EblHobCmd() 185 …(EfiMemoryTypeInformation->Type < EfiMaxMemoryType) ? gMemMapType[EfiMemoryTypeInformation->Type] … in EblHobCmd()
|
D | EfiDevice.c | 569 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/ |
D | UefiMultiPhase.h | 90 EfiMaxMemoryType enumerator
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiMultiPhase.h | 40 EfiMaxMemoryType enumerator
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmMisc.c | 218 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/ |
D | MemoryPeim.c | 70 { EfiMaxMemoryType, 0 } 318 EFI_MEMORY_TYPE_INFORMATION MemoryData[EfiMaxMemoryType + 1]; in PublishMemoryTypeInfo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeLoad.c | 224 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/ |
D | MemoryInitPeim.c | 68 Info[9].Type = EfiMaxMemoryType; in BuildMemoryTypeInformationHob()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiTypes.h | 199 EfiMaxMemoryType enumerator
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/ |
D | FspWrapperHobProcessLibSample.c | 73 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) { in GetMemorySizeInMemoryTypeInformation()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsMisc.c | 1388 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/ |
D | BdsMisc.c | 1380 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/ |
D | FspHobProcessLibSample.c | 71 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) { in GetMemorySizeInMemoryTypeInformation()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Pool.c | 358 EfiMaxMemoryType, in SmmFreePool()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/ |
D | FspHobProcessLibVlv2.c | 74 for (Index = 0; MemoryData[Index].Type != EfiMaxMemoryType; Index++) { in GetMemorySizeInMemoryTypeInformation()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/ |
D | CbSupportPei.c | 26 { EfiMaxMemoryType, 0 }
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | Platform.c | 52 { EfiMaxMemoryType, 0x000 }
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
D | HobGeneration.c | 259 EfiMaxMemoryType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
D | MemoryProfileInfo.c | 309 Index = EfiMaxMemoryType; in ProfileMemoryTypeToStr() 314 Index = EfiMaxMemoryType + 1; in ProfileMemoryTypeToStr()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
D | MrcWrapper.c | 47 { EfiMaxMemoryType, 0 } 1265 EFI_MEMORY_TYPE_INFORMATION MemoryData [EfiMaxMemoryType + 1]; in GetPlatformMemorySize()
|