Home
last modified time | relevance | path

Searched refs:MemLength (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPage.c996 IN UINT64 MemLength, in SmmAddMemoryRegion() argument
1014 DEBUG ((DEBUG_INFO, " MemLength - 0x%lx\n", MemLength)); in SmmAddMemoryRegion()
1022 MemLength -= AlignedMemBase - MemBase; in SmmAddMemoryRegion()
1024 SmmInternalFreePagesEx (AlignedMemBase, TRUNCATE_TO_PAGES ((UINTN)MemLength), TRUE); in SmmAddMemoryRegion()
1026 …emoryMapEntry (EfiRuntimeServicesData, AlignedMemBase, TRUNCATE_TO_PAGES ((UINTN)MemLength), TRUE); in SmmAddMemoryRegion()
DPiSmmCore.h825 IN UINT64 MemLength,