Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPiSmmIpl.c835 UINT64 SmmCodeSize; in GetPeCoffImageFixLoadingAssignedAddress() local
840 SmmCodeSize = EFI_PAGES_TO_SIZE (PcdGet32(PcdLoadFixAddressSmmCodePageNumber)); in GetPeCoffImageFixLoadingAssignedAddress()
892 if (SmramBase + SmmCodeSize > FixLoadingAddress && SmramBase <= FixLoadingAddress) { in GetPeCoffImageFixLoadingAssignedAddress()
1523 UINT64 SmmCodeSize; in SmmIplEntry() local
1618 SmmCodeSize = LShiftU64 (PcdGet32(PcdLoadFixAddressSmmCodePageNumber), EFI_PAGE_SHIFT); in SmmIplEntry()
1622 ASSERT (mCurrentSmramRange->PhysicalSize > SmmCodeSize); in SmmIplEntry()
1645 SmramRangeSmmDriver->PhysicalSize = SmmCodeSize; in SmmIplEntry()
1647 mCurrentSmramRange->PhysicalSize -= SmmCodeSize; in SmmIplEntry()
1648 mCurrentSmramRange->CpuStart = mCurrentSmramRange->CpuStart + SmmCodeSize; in SmmIplEntry()
1649 mCurrentSmramRange->PhysicalStart = mCurrentSmramRange->PhysicalStart + SmmCodeSize; in SmmIplEntry()
DDispatcher.c152 UINT64 SmmCodeSize; in CheckAndMarkFixLoadingMemoryUsageBitMap() local
161 SmmCodeSize = EFI_PAGES_TO_SIZE (SmmCodePageNumber); in CheckAndMarkFixLoadingMemoryUsageBitMap()
180 if (SmmCodeBase + SmmCodeSize < ImageBase + ImageSize || SmmCodeBase > ImageBase) { in CheckAndMarkFixLoadingMemoryUsageBitMap()