Home
last modified time | relevance | path

Searched refs:EndVpn (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/mm/ARM3/
H A Dvadnode.c151 IN ULONG_PTR EndVpn, in MiCheckForConflictingNode() argument
175 else if (EndVpn < CurrentNode->StartingVpn) in MiCheckForConflictingNode()
393 ((PMMVAD_LONG)Vad)->u3.Secured.EndVpn = EndingAddress; in MiInsertVadEx()
940 if ((StartAddress <= ((PMMVAD_LONG)Vad)->u3.Secured.EndVpn) && in MiCheckSecuredVad()
H A Dmiarm.h2191 IN ULONG_PTR EndVpn,
/reactos/ntoskrnl/mm/
H A Dmarea.c112 ULONG_PTR EndVpn = ((ULONG_PTR)Address_ + Length - 1) / PAGE_SIZE; in MmLocateMemoryAreaByRegion() local
123 Result = MiCheckForConflictingNode(StartVpn, EndVpn, Table, &Node); in MmLocateMemoryAreaByRegion()
/reactos/sdk/include/ndk/
H A Dmmtypes.h680 ULONG_PTR EndVpn; member