Searched refs:SIZE_1MB (Results 1 – 17 of 17) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyCmos.c | 111 Size = 15 * SIZE_1MB; in LegacyBiosInitCmos() 112 if (Private->IntThunk->EfiToLegacy16InitTable.OsMemoryAbove1Mb < (15 * SIZE_1MB)) { in LegacyBiosInitCmos()
|
D | LegacyBootSupport.c | 2133 Size = (15 * SIZE_1MB) >> 10; in LegacyBiosCompleteStandardCmosBeforeBoot() 2134 if (Private->IntThunk->EfiToLegacy16InitTable.OsMemoryAbove1Mb < (15 * SIZE_1MB)) { in LegacyBiosCompleteStandardCmosBeforeBoot()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/ |
D | EblCmdMmu.c | 161 return 16*SIZE_1MB; in MmuEntryGetSize() 163 return SIZE_1MB; in MmuEntryGetSize() 165 return SIZE_1MB; in MmuEntryGetSize()
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | MemDetect.c | 351 LowerMemorySize -= FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB; in PublishPeiMemory() 459 TsegSize = FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB; in QemuInitializeRam() 608 TsegSize = FixedPcdGet8 (PcdQ35TsegMbytes) * SIZE_1MB; in InitializeRamRegions()
|
D | Platform.c | 251 AddIoMemoryBaseSizeHob (PcdGet32(PcdCpuLocalApicBaseAddress), SIZE_1MB); in MemMapInitialization()
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/ |
D | FspPlatformMemory.c | 95 *LowMemoryLength = SIZE_1MB; in FspGetSystemMemorySize()
|
/device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/ |
D | SmramInternal.c | 184 SIZE_1MB) - SmramMap[DescIdxSmmS3ResumeState].PhysicalSize; in SmramAccessGetCapabilities()
|
D | SmmAccessPei.c | 289 ASSERT ((TopOfLowRam & (SIZE_1MB - 1)) == 0); in SmmAccessPeiEntryPoint()
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/ |
D | FspPlatformMemory.c | 43 *LowMemoryLength = SIZE_1MB; in FspGetSystemMemorySize()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/ |
D | CbSupportDxe.c | 143 …Status = CbReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, 0xFEE00000, SIZE_1MB, 0, Sy… in CbDxeEntryPoint()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
D | QemuKernel.c | 888 Chunk = (Left < SIZE_1MB) ? Left : SIZE_1MB; in FetchBlob()
|
/device/linaro/bootloader/edk2/OvmfPkg/Sec/ |
D | SecMain.c | 366 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/ |
D | Base.h | 440 #define SIZE_1MB 0x00100000 macro
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | MemMap.c | 286 DivU64x32(MultU64x64(SIZE_4KB,TotalPages), SIZE_1MB), TotalPagesSize in ShellCommandRunMemMap()
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/ |
D | Mmu.c | 601 WriteBackInvalidateDataCacheRange (Mva, SIZE_1MB); in UpdateSectionEntries()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/ |
D | MtrrLib.c | 1573 Length += SIZE_1MB; in MtrrSetMemoryAttributeWorker()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/ |
D | MtrrLib.c | 1598 Length += SIZE_1MB; in MtrrSetMemoryAttributeWorker()
|