Searched refs:Pfn2 (Results 1 – 8 of 8) sorted by relevance
/reactos/ntoskrnl/mm/ARM3/ |
H A D | zeropage.c | 78 PMMPFN Pfn2; in MmZeroPageThread() local 99 Pfn2 = MiGetPfnEntry(PageIndex); in MmZeroPageThread() 100 Pfn2->u1.Flink = (PFN_NUMBER)Pfn1; in MmZeroPageThread() 101 Pfn1 = Pfn2; in MmZeroPageThread()
|
H A D | mminit.c | 774 PMMPFN Pfn1, Pfn2; in MiBuildPfnDatabaseFromPages() local 838 Pfn2 = MiGetPfnEntry(PtePageIndex); in MiBuildPfnDatabaseFromPages() 839 if ((MmIsAddressValid(Pfn2)) && in MiBuildPfnDatabaseFromPages() 840 (MmIsAddressValid(Pfn2 + 1))) in MiBuildPfnDatabaseFromPages() 843 Pfn2->u4.PteFrame = PageFrameIndex; in MiBuildPfnDatabaseFromPages() 844 Pfn2->PteAddress = PointerPte; in MiBuildPfnDatabaseFromPages() 845 Pfn2->u2.ShareCount++; in MiBuildPfnDatabaseFromPages() 846 Pfn2->u3.e2.ReferenceCount = 1; in MiBuildPfnDatabaseFromPages() 847 Pfn2->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromPages() 848 Pfn2->u3.e1.CacheAttribute = MiNonCached; in MiBuildPfnDatabaseFromPages() [all …]
|
H A D | pfnlist.c | 723 PMMPFN Pfn1, Pfn2; in MiInsertStandbyListAtFront() local 761 Pfn2 = MI_PFN_ELEMENT(Flink); in MiInsertStandbyListAtFront() 762 Pfn2->u2.Blink = PageFrameIndex; in MiInsertStandbyListAtFront() 783 PMMPFN Pfn1, Pfn2; in MiInsertPageInList() local 862 Pfn2 = MI_PFN_ELEMENT(Flink); in MiInsertPageInList() 863 Pfn2->u2.Blink = PageFrameIndex; in MiInsertPageInList() 928 Pfn2 = MI_PFN_ELEMENT(Flink); in MiInsertPageInList() 929 Pfn2->u4.PteFrame = PageFrameIndex; in MiInsertPageInList()
|
H A D | procsup.c | 192 PMMPFN Pfn1, Pfn2; in MmDeleteKernelStack() local 241 Pfn2 = MiGetPfnEntry(PageTableFrameNumber); in MmDeleteKernelStack() 244 MiDecrementShareCount(Pfn2, PageTableFrameNumber); in MmDeleteKernelStack() 1368 PMMPFN Pfn1, Pfn2; in MmDeleteProcessAddressSpace() local 1394 Pfn2 = MiGetPfnEntry(Pfn1->u4.PteFrame); in MmDeleteProcessAddressSpace() 1398 MiDecrementShareCount(Pfn2, Pfn1->u4.PteFrame); in MmDeleteProcessAddressSpace() 1405 Pfn2 = MiGetPfnEntry(Pfn1->u4.PteFrame); in MmDeleteProcessAddressSpace() 1409 MiDecrementShareCount(Pfn2, Pfn1->u4.PteFrame); in MmDeleteProcessAddressSpace()
|
H A D | mdlsup.c | 54 PMMPFN Pfn2; in MiMapLockedPagesInUserSpace() local 196 Pfn2 = MiGetPfnEntry(*MdlPages); in MiMapLockedPagesInUserSpace() 197 if (Pfn2 != NULL) in MiMapLockedPagesInUserSpace() 199 ASSERT(Pfn2->u3.e2.ReferenceCount != 0); in MiMapLockedPagesInUserSpace() 201 switch (Pfn2->u3.e1.CacheAttribute) in MiMapLockedPagesInUserSpace()
|
H A D | virtual.c | 282 PMMPFN Pfn1, Pfn2; in MiDeleteSystemPageableVm() local 311 Pfn2 = MiGetPfnEntry(PageTableIndex); in MiDeleteSystemPageableVm() 321 MiDecrementShareCount(Pfn2, PageTableIndex); in MiDeleteSystemPageableVm() 2582 PMMPFN Pfn1, Pfn2; in MiProcessValidPteList() local 2601 Pfn2 = MiGetPfnEntry(Pfn1->u4.PteFrame); in MiProcessValidPteList() 2607 MiDecrementShareCount(Pfn2, Pfn1->u4.PteFrame); in MiProcessValidPteList()
|
H A D | pagfault.c | 786 PMMPFN Pfn1, Pfn2; in MiCompleteProtoPteFault() local 802 Pfn2 = MiGetPfnEntry(PageTablePte->u.Hard.PageFrameNumber); in MiCompleteProtoPteFault() 803 Pfn2->u2.ShareCount++; in MiCompleteProtoPteFault()
|
H A D | section.c | 1927 PMMPFN Pfn1, Pfn2; in MiRemoveMappedPtes() local 1974 Pfn2 = MiGetPfnEntry(PFN_FROM_PTE(PointerPde)); in MiRemoveMappedPtes() 1975 MiDecrementShareCount(Pfn2, PFN_FROM_PTE(PointerPde)); in MiRemoveMappedPtes() 1976 DBG_UNREFERENCED_LOCAL_VARIABLE(Pfn2); in MiRemoveMappedPtes()
|