Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwAllocateVirtualMemory.c200 Test_NtQueryVirtualMemory(Base, RegionSize, MEM_RESERVE, PAGE_NOPROT); in SimpleAllocation()
206 Test_NtQueryVirtualMemory(Base, RegionSize, MEM_COMMIT, PAGE_READWRITE); in SimpleAllocation()
222 Test_NtQueryVirtualMemory(Base, RegionSize, MEM_COMMIT, PAGE_NOACCESS); in SimpleAllocation()
233 Test_NtQueryVirtualMemory(Base, RegionSize, MEM_COMMIT, PAGE_READONLY); in SimpleAllocation()
248 Test_NtQueryVirtualMemory(Base, RegionSize, MEM_COMMIT, (PAGE_GUARD | PAGE_READWRITE)); in SimpleAllocation()
253 Test_NtQueryVirtualMemory(Base, RegionSize, MEM_COMMIT, PAGE_READWRITE); in SimpleAllocation()
282 Test_NtQueryVirtualMemory(ActualStartingAddress, ActualSize, MEM_COMMIT, PAGE_READWRITE); in CustomBaseAllocation()
H A DZwMapViewOfSection.c486 Test_NtQueryVirtualMemory(BaseAddress, PAGE_SIZE, MEM_COMMIT, PAGE_READWRITE); in BehaviorChecks()
529 Test_NtQueryVirtualMemory(BaseAddress, PAGE_SIZE, MEM_COMMIT, PAGE_READWRITE); in PageFileBehaviorChecks()
/reactos/modules/rostests/kmtests/include/
H A Dkmt_test.h72 #define Test_NtQueryVirtualMemory(BaseAddress, Size, AllocationType, ProtectionType) \ macro