Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dvirtual.c1592 ASSERT(Vad->u.VadFlags.VadType != VadRotatePhysical); in MiQueryAddressState()
1890 (Vad->u.VadFlags.VadType == VadRotatePhysical)) in MiQueryMemoryBasicInformation()
2306 if (Vad->u.VadFlags.VadType == VadRotatePhysical) in MiProtectVirtualMemory()
4944 (FoundVad->u.VadFlags.VadType != VadRotatePhysical)) in NtAllocateVirtualMemory()
4985 if ((FoundVad->u.VadFlags.VadType == VadRotatePhysical) && in NtAllocateVirtualMemory()
5045 ASSERT(FoundVad->u.VadFlags.VadType != VadRotatePhysical); in NtAllocateVirtualMemory()
5383 (Vad->u.VadFlags.VadType != VadRotatePhysical)) || in NtFreeVirtualMemory()
5674 (Vad->u.VadFlags.VadType == VadRotatePhysical)) in NtFreeVirtualMemory()
H A Dsection.c890 ASSERT(Vad->u.VadFlags.VadType != VadRotatePhysical); in MiUnmapViewOfSection()
/reactos/sdk/include/ndk/
H A Dmmtypes.h210 VadRotatePhysical, enumerator