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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyCmos.c 111 Size = 15 * SIZE_1MB;
112 if (Private->IntThunk->EfiToLegacy16InitTable.OsMemoryAbove1Mb < (15 * SIZE_1MB)) {
LegacyBootSupport.c     [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/
FspPlatformMemory.c 95 *LowMemoryLength = SIZE_1MB;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/
EblCmdMmu.c 161 return 16*SIZE_1MB;
163 return SIZE_1MB;
165 return SIZE_1MB;
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
MemDetect.c 351 LowerMemorySize -= FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB;
459 TsegSize = FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB;
608 TsegSize = FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB;
Platform.c 251 AddIoMemoryBaseSizeHob (PcdGet32(PcdCpuLocalApicBaseAddress), SIZE_1MB);
  /device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/
SmramInternal.c 184 SIZE_1MB) - SmramMap[DescIdxSmmS3ResumeState].PhysicalSize;
SmmAccessPei.c 289 ASSERT ((TopOfLowRam & (SIZE_1MB - 1)) == 0);
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
CbSupportDxe.c 143 Status = CbReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, 0xFEE00000, SIZE_1MB, 0, SystemTable); // LAPIC
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
FspPlatformMemory.c 43 *LowMemoryLength = SIZE_1MB;
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
QemuKernel.c 888 Chunk = (Left < SIZE_1MB) ? Left : SIZE_1MB;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 366 OutputBuffer = (VOID*) ((UINT8*)(UINTN) PcdGet32 (PcdOvmfDxeMemFvBase) + SIZE_1MB);
367 ScratchBuffer = ALIGN_POINTER ((UINT8*) OutputBuffer + OutputBufferSize, SIZE_1MB);
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 440 #define SIZE_1MB 0x00100000
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c 601 WriteBackInvalidateDataCacheRange (Mva, SIZE_1MB);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
MemMap.c 286 DivU64x32(MultU64x64(SIZE_4KB,TotalPages), SIZE_1MB), TotalPagesSize
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c     [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c     [all...]

Completed in 1204 milliseconds