Home
last modified time | relevance | path

Searched refs:MEM_TOP_DOWN (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwAllocateVirtualMemory.c144 …ALLOC_MEMORY_WITH_FREE(NtCurrentProcess(), Base, 0, RegionSize, MEM_TOP_DOWN, PAGE_READWRITE, STAT… in SimpleErrorChecks()
145 …ALLOC_MEMORY_WITH_FREE(NtCurrentProcess(), Base, 0, RegionSize, (MEM_TOP_DOWN | MEM_RESET), PAGE_R… in SimpleErrorChecks()
146 …ALLOC_MEMORY_WITH_FREE(NtCurrentProcess(), Base, 0, RegionSize, (MEM_TOP_DOWN | MEM_COMMIT), PAGE_… in SimpleErrorChecks()
/reactos/ntoskrnl/mm/
H A Dmarea.c462 (AllocationFlags & MEM_TOP_DOWN) == MEM_TOP_DOWN); in MmCreateMemoryArea()
H A Dsection.c4230 AllocationType & (MEM_TOP_DOWN|SEC_NO_CHANGE)); in MmMapViewOfSection()
/reactos/sdk/include/xdk/
H A Dmmtypes.h88 #define MEM_TOP_DOWN 0x100000 macro
H A Dwinnt_old.h563 #define MEM_TOP_DOWN 0x100000 macro
/reactos/ntoskrnl/mm/ARM3/
H A Dprocsup.c101 MEM_TOP_DOWN); in MiCreatePebOrTeb()
549 MEM_TOP_DOWN, in MmCreatePeb()
915 MEM_TOP_DOWN); in MiInsertSharedUserPageVad()
H A Dvadnode.c318 if ((AllocationType & MEM_TOP_DOWN) || CurrentProcess->VmTopDown) in MiInsertVadEx()
H A Dsection.c3276 static const ULONG ValidAllocationType = (MEM_TOP_DOWN | MEM_LARGE_PAGES | in NtMapViewOfSection()
3279 static const ULONG ValidAllocationType = (MEM_TOP_DOWN | MEM_LARGE_PAGES | in NtMapViewOfSection()
H A Dvirtual.c4528 MEM_TOP_DOWN | MEM_WRITE_WATCH | MEM_LARGE_PAGES))) in NtAllocateVirtualMemory()
4584 if (AllocationType & ~(MEM_RESERVE | MEM_TOP_DOWN | MEM_PHYSICAL)) in NtAllocateVirtualMemory()
/reactos/subsystems/csr/csrsrv/
H A Dserver.c418 MEM_TOP_DOWN, in CsrSrvCreateSharedSection()
/reactos/drivers/filesystems/udfs/Include/
H A Dnt_native.h1321 #define MEM_TOP_DOWN 0x100000 macro