HomeSort by relevance Sort by last modified time
    Searched refs:SmramBase (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
LoadModuleAtFixedAddress.h 31 EFI_PHYSICAL_ADDRESS SmramBase; ///< SMRAM base address. The build tool assigns an offset relative to the SMRAM base for a SMM driver.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
AcpiVariableCompatibility.h 38 EFI_PHYSICAL_ADDRESS SmramBase;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 834 EFI_PHYSICAL_ADDRESS SmramBase;
844 SmramBase = mCurrentSmramRange->CpuStart;
890 FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(SmramBase + (INT64)ValueInSectionHeader);
892 if (SmramBase + SmmCodeSize > FixLoadingAddress && SmramBase <= FixLoadingAddress) {
    [all...]
Pool.c 80 gLoadModuleAtFixAddressSmramBase = LMFAConfigurationTable->SmramBase;

Completed in 337 milliseconds