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

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/
HiKeyMem.c 143 if (AdditionalMemorySize >= SIZE_1GB) {
188 if (AdditionalMemorySize >= SIZE_1GB) {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/
HiKey960Mem.c 177 } else if (AdditionalMemorySize >= SIZE_1GB) {
235 } else 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 258 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
259 if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE_1GB) > StackBase)) {
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
MemDetect.c 190 Pci64Base = ALIGN_VALUE (FirstNonAddress, (UINT64)SIZE_1GB);
191 Pci64Size = ALIGN_VALUE (Pci64Size, (UINT64)SIZE_1GB);
  /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 450 #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/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 29 {Page1G, SIZE_1GB, PAGING_1G_ADDRESS_MASK_64},
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 182 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
  /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 706 for (IndexOfPageDirectoryEntries = 0; IndexOfPageDirectoryEntries < 512; IndexOfPageDirectoryEntries++, PageDirectory1GEntry++, PageAddress += SIZE_1GB) {
    [all...]

Completed in 722 milliseconds