Searched refs:CodeSegmentCountMax (Results 1 – 2 of 2) sorted by relevance
64 UINTN CodeSegmentCountMax; member663 …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()
59 UINTN CodeSegmentCountMax; member634 …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()