Home
last modified time | relevance | path

Searched refs:MM_REGION (Results 1 – 3 of 3) sorted by relevance

/reactos/ntoskrnl/mm/
H A Dregion.c44 NewRegion2 = ExAllocatePoolWithTag(NonPagedPool, sizeof(MM_REGION), in MmSplitRegion()
52 NewRegion1 = ExAllocatePoolWithTag(NonPagedPool, sizeof(MM_REGION), in MmSplitRegion()
158 CurrentRegion = CONTAINING_RECORD(CurrentEntry, MM_REGION, in MmAlterRegion()
178 CurrentRegion = CONTAINING_RECORD(CurrentEntry, MM_REGION, in MmAlterRegion()
187 CurrentRegion = CONTAINING_RECORD(CurrentEntry, MM_REGION, in MmAlterRegion()
206 CurrentRegion = CONTAINING_RECORD(CurrentEntry, MM_REGION, in MmAlterRegion()
223 CurrentRegion = CONTAINING_RECORD(CurrentEntry, MM_REGION, in MmAlterRegion()
244 Region = ExAllocatePoolWithTag(NonPagedPool, sizeof(MM_REGION), in MmInitializeRegion()
267 current = CONTAINING_RECORD(current_entry, MM_REGION, RegionListEntry); in MmFindRegion()
H A Dsection.c3568 CurrentRegion = CONTAINING_RECORD(CurrentEntry, MM_REGION, RegionListEntry); in MmUnmapViewOfSegment()
/reactos/ntoskrnl/include/internal/
H A Dmm.h475 } MM_REGION, *PMM_REGION; typedef