Home
last modified time | relevance | path

Searched refs:DeleteInProgress (Results 1 – 9 of 9) sorted by relevance

/reactos/ntoskrnl/mm/
H A Dmmfault.c75 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MmpAccessFault()
167 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MmNotPresentFault()
H A Drmap.c106 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MmPageOutPhysicalAddress()
H A Dmarea.c454 MemoryArea->DeleteInProgress = FALSE; in MmCreateMemoryArea()
H A Dsection.c1575 if (MemoryArea->DeleteInProgress) in MmNotPresentFaultSectionView()
3560 MemoryArea->DeleteInProgress = TRUE; in MmUnmapViewOfSegment()
3618 MemoryArea->DeleteInProgress) in MiRosUnmapViewOfSection()
3640 MemoryArea->DeleteInProgress = TRUE; in MiRosUnmapViewOfSection()
/reactos/ntoskrnl/cache/section/
H A Ddata.c158 if (!MemoryArea || MemoryArea->Type != MEMORY_AREA_CACHE || MemoryArea->DeleteInProgress) in _MiFlushMappedSection()
723 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MmUnmapViewOfCacheSegment()
729 MemoryArea->DeleteInProgress = TRUE; in MmUnmapViewOfCacheSegment()
H A Dfault.c580 MemoryArea->DeleteInProgress) in MmpSectionAccessFaultInner()
775 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MmNotPresentFaultCacheSectionInner()
782 MemoryArea->DeleteInProgress); in MmNotPresentFaultCacheSectionInner()
H A Dswapout.c450 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MmpPageOutPhysicalAddress()
/reactos/ntoskrnl/include/internal/
H A Dmm.h253 BOOLEAN DeleteInProgress; member
/reactos/ntoskrnl/mm/ARM3/
H A Dvirtual.c2175 if (MemoryArea == NULL || MemoryArea->DeleteInProgress) in MiRosProtectVirtualMemory()