Searched refs:SIZE_1GB (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/ |
D | HiKeyMem.c | 143 if (AdditionalMemorySize >= SIZE_1GB) { in ArmPlatformGetVirtualMemoryMap() 188 if (AdditionalMemorySize >= SIZE_1GB) { in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/ |
D | CTA15-A7Mem.c | 163 SIZE_1GB in ArmPlatformGetVirtualMemoryMap() 169 VirtualMemoryTable[Index].Length = SIZE_1GB; in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/ |
D | HiKey960Mem.c | 177 } else if (AdditionalMemorySize >= SIZE_1GB) { in ArmPlatformGetVirtualMemoryMap() 235 } else if (AdditionalMemorySize >= SIZE_1GB) { in ArmPlatformGetVirtualMemoryMap()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/ |
D | VirtualMemory.c | 258 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in CreateIdentityMappingPageTables() 259 …etNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE_1GB) > StackBase)) { in CreateIdentityMappingPageTables()
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | MemDetect.c | 190 Pci64Base = ALIGN_VALUE (FirstNonAddress, (UINT64)SIZE_1GB); in GetFirstNonAddress() 191 Pci64Size = ALIGN_VALUE (Pci64Size, (UINT64)SIZE_1GB); in GetFirstNonAddress()
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/ |
D | VirtioBlk.c | 161 if (PositiveBufferSize > SIZE_1GB || in VerifyReadWriteRequest() 308 ASSERT (BufferSize <= SIZE_1GB); in SynchronousRequest()
|
/device/linaro/bootloader/edk2/MdePkg/Include/ |
D | Base.h | 450 #define SIZE_1GB 0x40000000 macro
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
D | PageTbl.c | 182 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in SetStaticPageTable()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/ |
D | S3Resume.c | 706 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in RestoreS3PageTables()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/ |
D | UefiCapsule.c | 197 …oryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) { in Create4GPageTables()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | SmmCpuMemoryManagement.c | 29 {Page1G, SIZE_1GB, PAGING_1G_ADDRESS_MASK_64},
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/ |
D | VirtioScsi.c | 184 (UINT64) Packet->InTransferLength + Packet->OutTransferLength > SIZE_1GB in PopulateRequest()
|