OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmramBase
(Results
1 - 3
of
3
) 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
788
EFI_PHYSICAL_ADDRESS
SmramBase
;
798
SmramBase
= mCurrentSmramRange->CpuStart;
844
FixLoaddingAddress = (EFI_PHYSICAL_ADDRESS)(
SmramBase
+ (INT64)ValueInSectionHeader);
846
if (
SmramBase
+ SmmCodeSize > FixLoaddingAddress &&
SmramBase
<= FixLoaddingAddress) {
[
all
...]
Completed in 1043 milliseconds