Searched refs:WriteCopy (Results 1 – 4 of 4) sorted by relevance
793 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()
463 Segment->WriteCopy = FALSE; in MmCreateCacheSection()
354 if (!Segment->WriteCopy /*&& in MiCowCacheSectionPage()
213 BOOLEAN WriteCopy; member