Home
last modified time | relevance | path

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

/reactos/ntoskrnl/cache/section/
H A Ddata.c166 Segment = MemoryArea->Data.SectionData.Segment; in _MiFlushMappedSection()
167 ViewOffset.QuadPart = MemoryArea->Data.SectionData.ViewOffset.QuadPart; in _MiFlushMappedSection()
189 Entry = MmGetPageEntrySectionSegment(MemoryArea->Data.SectionData.Segment, in _MiFlushMappedSection()
582 MArea->Data.SectionData.Segment = Segment; in _MiMapViewOfSegment()
584 MArea->Data.SectionData.ViewOffset = *ViewOffset; in _MiMapViewOfSegment()
586 MArea->Data.SectionData.ViewOffset.QuadPart = 0; in _MiMapViewOfSegment()
594 MmInitializeRegion(&MArea->Data.SectionData.RegionListHead, in _MiMapViewOfSegment()
689 MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MmFreeCacheSectionPage()
730 Segment = MemoryArea->Data.SectionData.Segment; in MmUnmapViewOfCacheSegment()
731 MemoryArea->Data.SectionData.Segment = NULL; in MmUnmapViewOfCacheSegment()
H A Dfault.c145 Segment = MemoryArea->Data.SectionData.Segment; in MmNotPresentFaultCachePage()
147 TotalOffset.QuadPart += MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MmNotPresentFaultCachePage()
344 Segment = MemoryArea->Data.SectionData.Segment; in MiCowCacheSectionPage()
352 MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MiCowCacheSectionPage()
H A Dswapout.c294 MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MmPageOutCacheSection()
296 Segment = MemoryArea->Data.SectionData.Segment; in MmPageOutCacheSection()
/reactos/ntoskrnl/mm/
H A Drmap.c140 Offset.QuadPart = MemoryArea->SectionData.ViewOffset + in MmPageOutPhysicalAddress()
143 Segment = MemoryArea->SectionData.Segment; in MmPageOutPhysicalAddress()
193 &MemoryArea->SectionData.RegionListHead, in MmPageOutPhysicalAddress()
229 &MemoryArea->SectionData.RegionListHead, in MmPageOutPhysicalAddress()
H A Dsection.c1462 Segment = MemoryArea->SectionData.Segment; in MmAlterViewAttributes()
1584 Segment = MemoryArea->SectionData.Segment; in MmNotPresentFaultSectionView()
1965 Segment = MemoryArea->SectionData.Segment; in MmAccessFaultSectionView()
3431 MArea->SectionData.Segment = Segment; in MmMapViewOfSegment()
3432 MArea->SectionData.ViewOffset = ViewOffset; in MmMapViewOfSegment()
3464 Segment = MemoryArea->SectionData.Segment; in MmFreeSectionPage()
3547 Segment = MemoryArea->SectionData.Segment; in MmUnmapViewOfSegment()
4805 Segment = MemoryArea->SectionData.Segment; in MmArePagesResident()
4809 + MemoryArea->SectionData.ViewOffset; in MmArePagesResident()
4811 + MemoryArea->SectionData.ViewOffset; in MmArePagesResident()
[all …]
/reactos/ntoskrnl/include/internal/
H A Dmm.h262 } SectionData; member
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c1575 FileObject = MemoryArea->SectionData.Segment->FileObject; in MiGetFileObjectForVad()