HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_1GB (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/
HiKeyMem.c 148 if (AdditionalMemorySize >= SIZE_1GB) {
194 if (AdditionalMemorySize >= SIZE_1GB) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Mem.c 163 SIZE_1GB
169 VirtualMemoryTable[Index].Length = SIZE_1GB;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
VirtualMemory.c 256 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
257 if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE_1GB) > StackBase)) {
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
VirtioBlk.c 161 if (PositiveBufferSize > SIZE_1GB ||
308 ASSERT (BufferSize <= SIZE_1GB);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 311 #define SIZE_1GB 0x40000000
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 197 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.c 184 (UINT64) Packet->InTransferLength + Packet->OutTransferLength > SIZE_1GB
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 699 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
    [all...]

Completed in 133 milliseconds