Searched refs:PageLocation (Results 1 – 15 of 15) sorted by relevance
524 ASSERT((Pfn1->u3.e1.PageLocation == FreePageList) || in MiRemoveAnyPage()588 ASSERT((Pfn1->u3.e1.PageLocation == FreePageList) || in MiRemoveZeroPage()663 Pfn1->u3.e1.PageLocation = FreePageList; in MiInsertPageInFreeList()771 Pfn1->u3.e1.PageLocation = StandbyPageList; in MiInsertStandbyListAtFront()896 Pfn1->u3.e1.PageLocation = ListName; in MiInsertPageInList()1006 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitializePfn()1064 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitializePfnAndMakePteValid()1156 (Pfn1->u3.e1.PageLocation != StandbyPageList)) in MiDecrementShareCount()1162 Pfn1->u3.e1.PageLocation, in MiDecrementShareCount()1196 Pfn1->u3.e1.PageLocation = TransitionPage; in MiDecrementShareCount()[all …]
144 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiFindContiguousPages()518 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiFreeContiguousMemory()
791 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromPages()838 Pfn2->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromPages()883 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseZeroPage()999 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromLoaderBlock()1012 Pfn1->u3.e1.PageLocation = 0; in MiBuildPfnDatabaseFromLoaderBlock()1515 switch (Pfn1->u3.e1.PageLocation) in MmDumpArmPfnDatabase()
1608 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiDropLockCount()1645 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiDereferencePfnAndDropLockCount()1678 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiDereferencePfnAndDropLockCount()1711 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiReferenceProbedPageAndBumpLockCount()1716 ASSERT((Pfn1->u2.ShareCount != 0) && (Pfn1->u3.e1.PageLocation == ActiveAndValid)); in MiReferenceProbedPageAndBumpLockCount()1778 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiReferenceUsedPageAndBumpLockCount()1806 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiReferenceUnusedPageAndBumpLockCount()
204 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in RemoveFromWsList()329 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiInsertInWorkingSetList()
1051 if (Pfn1->u3.e1.PageLocation == ActiveAndValid) in MiResolveTransitionFault()1076 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiResolveTransitionFault()1461 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiDispatchFault()1477 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiDispatchFault()
673 …ASSERT((Pfn1->u3.e1.PageLocation == ModifiedPageList) || (Pfn1->u3.e1.PageLocation == StandbyPageL… in MiSegmentDelete()679 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiSegmentDelete()
881 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiAllocatePoolPages()
620 Pfn1->u3.e1.PageLocation = StandbyPageList; in MmFreePagesFromMdl()
428 …ASSERT((Pfn1->u3.e1.PageLocation == ModifiedPageList) || (Pfn1->u3.e1.PageLocation == StandbyPageL… in MiDeletePte()
166 return ((Pfn1->u3.e1.PageLocation <= StandbyPageList) && in MiIsPfnFree()327 if ((Pfn1->u3.e1.PageLocation == ZeroedPageList) != LookForZeroedPages) continue; in MiAllocatePagesForMdl()412 if (Pfn1->u3.e1.PageLocation != ZeroedPageList) MiZeroPhysicalPage(Page); in MiAllocatePagesForMdl()413 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiAllocatePagesForMdl()589 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MmDereferencePage()634 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MmAllocPage()
424 (Pfn->u3.e1.PageLocation == ActiveAndValid)) in MiSetupPfnForPageTable()431 Pfn->u3.e1.PageLocation = ActiveAndValid; in MiSetupPfnForPageTable()472 ASSERT(Pfn->u3.e1.PageLocation == ActiveAndValid); in MiBuildPfnDatabaseFromPageTables()582 Pfn->u3.e1.PageLocation = 0; in MiAddDescriptorToDatabase()606 Pfn->u3.e1.PageLocation = ActiveAndValid; in MiAddDescriptorToDatabase()
333 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in _Success_()337 Pfn1->u3.e1.PageLocation = TransitionPage; in _Success_()705 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MmCreateVirtualMappingUnsafeEx()
598 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitMachineDependent()
372 USHORT PageLocation:3; member