Searched refs:SmmCodeSize (Results 1 – 2 of 2) sorted by relevance
835 UINT64 SmmCodeSize; in GetPeCoffImageFixLoadingAssignedAddress() local840 SmmCodeSize = EFI_PAGES_TO_SIZE (PcdGet32(PcdLoadFixAddressSmmCodePageNumber)); in GetPeCoffImageFixLoadingAssignedAddress()892 if (SmramBase + SmmCodeSize > FixLoadingAddress && SmramBase <= FixLoadingAddress) { in GetPeCoffImageFixLoadingAssignedAddress()1523 UINT64 SmmCodeSize; in SmmIplEntry() local1618 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()
152 UINT64 SmmCodeSize; in CheckAndMarkFixLoadingMemoryUsageBitMap() local161 SmmCodeSize = EFI_PAGES_TO_SIZE (SmmCodePageNumber); in CheckAndMarkFixLoadingMemoryUsageBitMap()180 if (SmmCodeBase + SmmCodeSize < ImageBase + ImageSize || SmmCodeBase > ImageBase) { in CheckAndMarkFixLoadingMemoryUsageBitMap()