Home
last modified time | relevance | path

Searched refs:SIZE_1GB (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/
DHiKeyMem.c148 if (AdditionalMemorySize >= SIZE_1GB) { in ArmPlatformGetVirtualMemoryMap()
194 if (AdditionalMemorySize >= SIZE_1GB) { in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
DCTA15-A7Mem.c163 SIZE_1GB in ArmPlatformGetVirtualMemoryMap()
169 VirtualMemoryTable[Index].Length = SIZE_1GB; in ArmPlatformGetVirtualMemoryMap()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.c256 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in CreateIdentityMappingPageTables()
257 …etNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE_1GB) > StackBase)) { in CreateIdentityMappingPageTables()
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
DVirtioBlk.c161 if (PositiveBufferSize > SIZE_1GB || in VerifyReadWriteRequest()
308 ASSERT (BufferSize <= SIZE_1GB); in SynchronousRequest()
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h311 #define SIZE_1GB 0x40000000 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DUefiCapsule.c197 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in Create4GPageTables()
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume.c699 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in RestoreS3PageTables()
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
DVirtioScsi.c184 (UINT64) Packet->InTransferLength + Packet->OutTransferLength > SIZE_1GB in PopulateRequest()