Searched refs:MmMarkPagesInLookupTable (Results 1 – 3 of 3) sorted by relevance
/reactos/boot/freeldr/freeldr/lib/mm/ |
H A D | meminit.c | 474 …MmMarkPagesInLookupTable(PageLookupTable, MmLowestPhysicalPage, TotalPageCount, LoaderFirmwarePerm… in MmInitPageLookupTable() 487 MmMarkPagesInLookupTable(PageLookupTable, in MmInitPageLookupTable() 503 …MmMarkPagesInLookupTable(PageLookupTable, PageLookupTableStartPage, PageLookupTablePageCount, Load… in MmInitPageLookupTable() 506 VOID MmMarkPagesInLookupTable(PVOID PageLookupTable, PFN_NUMBER StartPage, PFN_NUMBER PageCount, TY… in MmMarkPagesInLookupTable() function
|
H A D | heap.c | 144 MmMarkPagesInLookupTable(PageLookupTableAddress, in FrLdrHeapDestroy() 235 MmMarkPagesInLookupTable(PageLookupTableAddress, in FrLdrHeapRelease()
|
/reactos/boot/freeldr/freeldr/include/ |
H A D | mm.h | 111 VOID MmMarkPagesInLookupTable(PVOID PageLookupTable, PFN_NUMBER StartPage, PFN_NUMBER PageCount, TY…
|