Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemLib/
DSmmMemLib.c43 EFI_PHYSICAL_ADDRESS mSmmMemLibInternalMaximumSupportAddress = 0; variable
93mSmmMemLibInternalMaximumSupportAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)(LShiftU64 (1, PhysicalAddr… in SmmMemLibInternalCalculateMaximumSupportAddress()
94 …FO, "mSmmMemLibInternalMaximumSupportAddress = 0x%lx\n", mSmmMemLibInternalMaximumSupportAddress)); in SmmMemLibInternalCalculateMaximumSupportAddress()
119 if ((Length > mSmmMemLibInternalMaximumSupportAddress) || in SmmIsBufferOutsideSmmValid()
120 (Buffer > mSmmMemLibInternalMaximumSupportAddress) || in SmmIsBufferOutsideSmmValid()
121 ((Length != 0) && (Buffer > (mSmmMemLibInternalMaximumSupportAddress - (Length - 1)))) ) { in SmmIsBufferOutsideSmmValid()
130 mSmmMemLibInternalMaximumSupportAddress in SmmIsBufferOutsideSmmValid()