Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c64 UINTN CodeSegmentCountMax; member
663 …AdditionalRecordCount = (2 * mImagePropertiesPrivateData.CodeSegmentCountMax + 1) * mImageProperti… in SplitTable()
786 …AdditionalRecordCount = (2 * mImagePropertiesPrivateData.CodeSegmentCountMax + 1) * mImageProperti… in CoreGetMemoryMapWithSeparatedImageSection()
1252 if (mImagePropertiesPrivateData.CodeSegmentCountMax < ImageRecord->CodeSegmentCount) { in InsertImageRecord()
1253 mImagePropertiesPrivateData.CodeSegmentCountMax = ImageRecord->CodeSegmentCount; in InsertImageRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c59 UINTN CodeSegmentCountMax; member
634 …AdditionalRecordCount = (2 * mImagePropertiesPrivateData.CodeSegmentCountMax + 2) * mImageProperti… in SplitTable()
758 …AdditionalRecordCount = (2 * mImagePropertiesPrivateData.CodeSegmentCountMax + 2) * mImageProperti… in SmmCoreGetMemoryMapMemoryAttributesTable()
1219 if (mImagePropertiesPrivateData.CodeSegmentCountMax < ImageRecord->CodeSegmentCount) { in SmmInsertImageRecord()
1220 mImagePropertiesPrivateData.CodeSegmentCountMax = ImageRecord->CodeSegmentCount; in SmmInsertImageRecord()