Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/amd64/
H A Dinit.c424 (Pfn->u3.e1.PageLocation == ActiveAndValid)) in MiSetupPfnForPageTable()
431 Pfn->u3.e1.PageLocation = ActiveAndValid; in MiSetupPfnForPageTable()
472 ASSERT(Pfn->u3.e1.PageLocation == ActiveAndValid); in MiBuildPfnDatabaseFromPageTables()
606 Pfn->u3.e1.PageLocation = ActiveAndValid; in MiAddDescriptorToDatabase()
/reactos/ntoskrnl/mm/
H A Dfreelist.c412 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiAllocatePagesForMdl()
588 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MmDereferencePage()
633 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MmAllocPage()
/reactos/ntoskrnl/mm/ARM3/
H A Dpfnlist.c1006 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitializePfn()
1064 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitializePfnAndMakePteValid()
1155 if ((Pfn1->u3.e1.PageLocation != ActiveAndValid) && in MiDecrementShareCount()
1211 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiDecrementShareCount()
1275 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiDecrementReferenceCount()
1320 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitializePfnForOtherProcess()
H A Dcontmem.c144 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiFindContiguousPages()
518 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiFreeContiguousMemory()
H A Dmiarm.h1603 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiDropLockCount()
1640 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiDereferencePfnAndDropLockCount()
1673 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiDereferencePfnAndDropLockCount()
1706 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiReferenceProbedPageAndBumpLockCount()
1711 ASSERT((Pfn1->u2.ShareCount != 0) && (Pfn1->u3.e1.PageLocation == ActiveAndValid)); in MiReferenceProbedPageAndBumpLockCount()
1773 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiReferenceUsedPageAndBumpLockCount()
1801 ASSERT(Pfn1->u3.e1.PageLocation != ActiveAndValid); in MiReferenceUnusedPageAndBumpLockCount()
H A Dwslist.cpp204 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in RemoveFromWsList()
329 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in MiInsertInWorkingSetList()
H A Dmminit.c800 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromPages()
847 Pfn2->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromPages()
892 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseZeroPage()
1008 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiBuildPfnDatabaseFromLoaderBlock()
1526 case ActiveAndValid: in MmDumpArmPfnDatabase()
H A Dpagfault.c1051 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()
H A Dpool.c881 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiAllocatePoolPages()
H A Dsection.c679 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiSegmentDelete()
/reactos/ntoskrnl/mm/i386/
H A Dpage.c333 ASSERT(Pfn1->u3.e1.PageLocation == ActiveAndValid); in _Success_()
705 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MmCreateVirtualMappingUnsafeEx()
/reactos/ntoskrnl/mm/ARM3/i386/
H A Dinit.c598 Pfn1->u3.e1.PageLocation = ActiveAndValid; in MiInitMachineDependent()
/reactos/sdk/include/ndk/
H A Dmmtypes.h159 ActiveAndValid = 6, enumerator