Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/lib/mm/
H A Dmeminit.c444 PFN_NUMBER PageLookupTableEndPage; in MmFindLocationForPageLookupTable() local
472 PageLookupTableEndPage = min(CandidateBasePage + CandidatePageCount, in MmFindLocationForPageLookupTable()
476 PageLookupTableMemAddress = (PVOID)((PageLookupTableEndPage * PAGE_SIZE) in MmFindLocationForPageLookupTable()