Home
last modified time | relevance | path

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

/reactos/ntoskrnl/cache/section/
H A Ddata.c142 LARGE_INTEGER ViewOffset; in _MiFlushMappedSection() local
167 ViewOffset.QuadPart = MemoryArea->Data.SectionData.ViewOffset.QuadPart; in _MiFlushMappedSection()
169 ASSERT(ViewOffset.QuadPart == BaseOffset->QuadPart); in _MiFlushMappedSection()
188 FileOffset.QuadPart = ViewOffset.QuadPart + PageAddress - BeginningAddress; in _MiFlushMappedSection()
215 FileOffset.QuadPart = ViewOffset.QuadPart + PageAddress - BeginningAddress; in _MiFlushMappedSection()
544 PLARGE_INTEGER ViewOffset, in _MiMapViewOfSegment() argument
576 ViewOffset ? ViewOffset->QuadPart : 0, in _MiMapViewOfSegment()
583 if (ViewOffset) in _MiMapViewOfSegment()
584 MArea->Data.SectionData.ViewOffset = *ViewOffset; in _MiMapViewOfSegment()
586 MArea->Data.SectionData.ViewOffset.QuadPart = 0; in _MiMapViewOfSegment()
[all …]
H A Dnewmm.h248 IN PLARGE_INTEGER ViewOffset,
258 PLARGE_INTEGER ViewOffset,
263 #define MiMapViewOfSegment(AddressSpace,Segment,BaseAddress,ViewSize,Protect,ViewOffset,AllocationT… argument
264 …_MiMapViewOfSegment(AddressSpace,Segment,BaseAddress,ViewSize,Protect,ViewOffset,AllocationType,__…
H A Dfault.c147 TotalOffset.QuadPart += MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MmNotPresentFaultCachePage()
352 MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MiCowCacheSectionPage()
H A Dswapout.c294 MemoryArea->Data.SectionData.ViewOffset.QuadPart; in MmPageOutCacheSection()
/reactos/ntoskrnl/mm/
H A Dsection.c3374 LONGLONG ViewOffset, in MmMapViewOfSegment() argument
3409 FileOffset.QuadPart = ViewOffset; in MmMapViewOfSegment()
3432 MArea->SectionData.ViewOffset = ViewOffset; in MmMapViewOfSegment()
3680 LARGE_INTEGER ViewOffset; in MiRosUnmapViewOfSection() local
3681 ViewOffset.QuadPart = MemoryArea->SectionData.ViewOffset; in MiRosUnmapViewOfSection()
3728 &ViewOffset, in MiRosUnmapViewOfSection()
3732 ViewOffset.QuadPart += FlushSize; in MiRosUnmapViewOfSection()
4167 LONGLONG ViewOffset; in MmMapViewOfSection() local
4195 ViewOffset = 0; in MmMapViewOfSection()
4202 if ((ViewOffset % PAGE_SIZE) != 0) in MmMapViewOfSection()
[all …]
H A Drmap.c140 Offset.QuadPart = MemoryArea->SectionData.ViewOffset + in MmPageOutPhysicalAddress()
/reactos/sdk/include/psdk/
H A Dntddvdeo.h426 ULONG ViewOffset; member
/reactos/ntoskrnl/include/internal/
H A Dmm.h259 LONGLONG ViewOffset; member