Searched refs:SizeOfSection (Results 1 – 3 of 3) sorted by relevance
1067 SectionSize = ((PSECTION)Section)->SizeOfSection.QuadPart; in MiMapViewInSystemSpace()1206 …if (!NT_SUCCESS(RtlLongLongSub(Section->SizeOfSection.QuadPart, SectionOffset->QuadPart, &ViewSize… in MiMapViewOfDataSection()2290 Section.SizeOfSection.QuadPart = (LONGLONG)Segment->SizeOfSegment; in MmCreateArm3Section()2295 Section.SizeOfSection.QuadPart = InputMaximumSize->QuadPart; in MmCreateArm3Section()2314 Section.SizeOfSection.QuadPart = NewSegment->SizeOfSegment; in MmCreateArm3Section()2478 …ction->Address.EndingVpn = NewSection->Address.StartingVpn + NewSection->SizeOfSection.LowPart - 1; in MmCreateArm3Section()2517 ASSERT((ULONG64)NewSection->SizeOfSection.QuadPart <= NewSection->Segment->SizeOfSegment); in MmCreateArm3Section()2583 (ULONG64)Section->SizeOfSection.QuadPart) in MmMapViewOfArm3Section()2593 CalculatedViewSize = Section->SizeOfSection.QuadPart - in MmMapViewOfArm3Section()2613 if (*ViewSize > (ULONG64)Section->SizeOfSection.QuadPart) in MmMapViewOfArm3Section()
2254 PhysSection->SizeOfSection = SectionSize; in MmCreatePhysicalMemorySection()2551 Section->SizeOfSection = MaximumSize; in MmCreateDataFileSection()3844 Sbi.Size = Section->SizeOfSection; in NtQuerySection()4210 (*ViewSize) = Section->SizeOfSection.QuadPart - ViewOffset; in MmMapViewOfSection()4213 (((*ViewSize)+ViewOffset) > Section->SizeOfSection.QuadPart) && in MmMapViewOfSection()4217 (*ViewSize) = MIN(Section->SizeOfSection.QuadPart - ViewOffset, SIZE_T_MAX - PAGE_SIZE); in MmMapViewOfSection()4506 …if (!NT_SUCCESS(RtlLongLongSub(Section->SizeOfSection.QuadPart, SectionOffset->QuadPart, &MapSizeL… in MmMapViewInSystemSpaceEx()5401 if (NewSize->QuadPart > Section->SizeOfSection.QuadPart) in MmExtendSection()5404 Section->SizeOfSection = *NewSize; in MmExtendSection()
813 LARGE_INTEGER SizeOfSection; member