Searched refs:MEM_TOP_DOWN (Results 1 – 11 of 11) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | ZwAllocateVirtualMemory.c | 144 …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 D | marea.c | 462 (AllocationFlags & MEM_TOP_DOWN) == MEM_TOP_DOWN); in MmCreateMemoryArea()
|
H A D | section.c | 4230 AllocationType & (MEM_TOP_DOWN|SEC_NO_CHANGE)); in MmMapViewOfSection()
|
/reactos/sdk/include/xdk/ |
H A D | mmtypes.h | 88 #define MEM_TOP_DOWN 0x100000 macro
|
H A D | winnt_old.h | 563 #define MEM_TOP_DOWN 0x100000 macro
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | procsup.c | 101 MEM_TOP_DOWN); in MiCreatePebOrTeb() 549 MEM_TOP_DOWN, in MmCreatePeb() 915 MEM_TOP_DOWN); in MiInsertSharedUserPageVad()
|
H A D | vadnode.c | 318 if ((AllocationType & MEM_TOP_DOWN) || CurrentProcess->VmTopDown) in MiInsertVadEx()
|
H A D | section.c | 3276 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 D | virtual.c | 4528 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 D | server.c | 418 MEM_TOP_DOWN, in CsrSrvCreateSharedSection()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | nt_native.h | 1321 #define MEM_TOP_DOWN 0x100000 macro
|