Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/lib/mm/
H A Dmeminit.c422 PFN_NUMBER CandidatePageCount = 0; in MmFindLocationForPageLookupTable() local
447 CandidatePageCount = MemoryDescriptor->PageCount; in MmFindLocationForPageLookupTable()
451 PageLookupTableEndPage = min(CandidateBasePage + CandidatePageCount, in MmFindLocationForPageLookupTable()