Home
last modified time | relevance | path

Searched refs:SmramBase (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DLoadModuleAtFixedAddress.h31 …EFI_PHYSICAL_ADDRESS SmramBase; ///< SMRAM base address. The build tool assigns an of… member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
DAcpiVariableCompatibility.h38 EFI_PHYSICAL_ADDRESS SmramBase; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPiSmmIpl.c834 EFI_PHYSICAL_ADDRESS SmramBase; in GetPeCoffImageFixLoadingAssignedAddress() local
844 SmramBase = mCurrentSmramRange->CpuStart; in GetPeCoffImageFixLoadingAssignedAddress()
890 FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(SmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
892 if (SmramBase + SmmCodeSize > FixLoadingAddress && SmramBase <= FixLoadingAddress) { in GetPeCoffImageFixLoadingAssignedAddress()
1631 LMFAConfigurationTable->SmramBase = mCurrentSmramRange->CpuStart; in SmmIplEntry()
1635 …(EFI_D_INFO, "LOADING MODULE FIXED INFO: TSEG BASE is %x. \n", LMFAConfigurationTable->SmramBase)); in SmmIplEntry()
DPool.c80 gLoadModuleAtFixAddressSmramBase = LMFAConfigurationTable->SmramBase; in SmmInitializeMemoryServices()