Home
last modified time | relevance | path

Searched refs:WriteCopy (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/mm/
H A Dsection.c793 pssSegments[0].WriteCopy = TRUE; in PeFmtCreateSection()
863 pssSegments[i].WriteCopy = !(nCharacteristics & IMAGE_SCN_MEM_SHARED); in PeFmtCreateSection()
1138 ASSERT(Segment->WriteCopy); in MmUnsharePageEntrySectionSegment()
1465 if ((Segment->WriteCopy) && in MmAlterViewAttributes()
1726 if ((Segment->WriteCopy) && in MmNotPresentFaultSectionView()
1966 Cow = Segment->WriteCopy || (Region->Protect & PAGE_IS_WRITECOPY); in MmAccessFaultSectionView()
2275 Segment->WriteCopy = FALSE; in MmCreatePhysicalMemorySection()
2514 Segment->WriteCopy = (SectionPageProtection & (PAGE_WRITECOPY | PAGE_EXECUTE_WRITECOPY)); in MmCreateDataFileSection()
3383 if (Segment->WriteCopy) in MmMapViewOfSegment()
/reactos/ntoskrnl/cache/section/
H A Ddata.c463 Segment->WriteCopy = FALSE; in MmCreateCacheSection()
H A Dfault.c354 if (!Segment->WriteCopy /*&& in MiCowCacheSectionPage()
/reactos/ntoskrnl/include/internal/
H A Dmm.h213 BOOLEAN WriteCopy; member