Home
last modified time | relevance | path

Searched refs:SIZE_1MB (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyCmos.c111 Size = 15 * SIZE_1MB; in LegacyBiosInitCmos()
112 if (Private->IntThunk->EfiToLegacy16InitTable.OsMemoryAbove1Mb < (15 * SIZE_1MB)) { in LegacyBiosInitCmos()
DLegacyBootSupport.c2133 Size = (15 * SIZE_1MB) >> 10; in LegacyBiosCompleteStandardCmosBeforeBoot()
2134 if (Private->IntThunk->EfiToLegacy16InitTable.OsMemoryAbove1Mb < (15 * SIZE_1MB)) { in LegacyBiosCompleteStandardCmosBeforeBoot()
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DMemDetect.c351 LowerMemorySize -= FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB; in PublishPeiMemory()
459 TsegSize = FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB; in QemuInitializeRam()
608 TsegSize = FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB; in InitializeRamRegions()
DPlatform.c251 AddIoMemoryBaseSizeHob (PcdGet32(PcdCpuLocalApicBaseAddress), SIZE_1MB); in MemMapInitialization()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/
DEblCmdMmu.c161 return 16*SIZE_1MB; in MmuEntryGetSize()
163 return SIZE_1MB; in MmuEntryGetSize()
165 return SIZE_1MB; in MmuEntryGetSize()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/
DFspPlatformMemory.c95 *LowMemoryLength = SIZE_1MB; in FspGetSystemMemorySize()
/device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/
DSmramInternal.c184 SIZE_1MB) - SmramMap[DescIdxSmmS3ResumeState].PhysicalSize; in SmramAccessGetCapabilities()
DSmmAccessPei.c289 ASSERT ((TopOfLowRam & (SIZE_1MB - 1)) == 0); in SmmAccessPeiEntryPoint()
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
DCbSupportDxe.c143 …Status = CbReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, 0xFEE00000, SIZE_1MB, 0, Sy… in CbDxeEntryPoint()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
DFspPlatformMemory.c43 *LowMemoryLength = SIZE_1MB; in FspGetSystemMemorySize()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DQemuKernel.c888 Chunk = (Left < SIZE_1MB) ? Left : SIZE_1MB; in FetchBlob()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c366 OutputBuffer = (VOID*) ((UINT8*)(UINTN) PcdGet32 (PcdOvmfDxeMemFvBase) + SIZE_1MB); in DecompressMemFvs()
367 ScratchBuffer = ALIGN_POINTER ((UINT8*) OutputBuffer + OutputBufferSize, SIZE_1MB); in DecompressMemFvs()
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h440 #define SIZE_1MB 0x00100000 macro
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMemMap.c286 DivU64x32(MultU64x64(SIZE_4KB,TotalPages), SIZE_1MB), TotalPagesSize in ShellCommandRunMemMap()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c601 WriteBackInvalidateDataCacheRange (Mva, SIZE_1MB); in UpdateSectionEntries()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
DMtrrLib.c1598 Length += SIZE_1MB; in MtrrSetMemoryAttributeWorker()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
DMtrrLib.c1573 Length += SIZE_1MB; in MtrrSetMemoryAttributeWorker()