Searched refs:EndVpn (Results 1 – 4 of 4) sorted by relevance
151 IN ULONG_PTR EndVpn, in MiCheckForConflictingNode() argument175 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()
2191 IN ULONG_PTR EndVpn,
112 ULONG_PTR EndVpn = ((ULONG_PTR)Address_ + Length - 1) / PAGE_SIZE; in MmLocateMemoryAreaByRegion() local123 Result = MiCheckForConflictingNode(StartVpn, EndVpn, Table, &Node); in MmLocateMemoryAreaByRegion()
680 ULONG_PTR EndVpn; member