Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/ARM3/
H A Dpfnlist.c43 MMPFNLIST MmStandbyPageListHead = {0, StandbyPageList, LIST_HEAD, LIST_HEAD};
49 MMPFNLIST MmRomPageListHead = {0, StandbyPageList, LIST_HEAD, LIST_HEAD};
278 ASSERT(ListHead->ListName >= StandbyPageList); in MiUnlinkPageFromList()
771 Pfn1->u3.e1.PageLocation = StandbyPageList; in MiInsertStandbyListAtFront()
806 if ((ListName == StandbyPageList) || (ListName == ModifiedPageList)) in MiInsertPageInList()
899 if (ListName <= StandbyPageList) in MiInsertPageInList()
1156 (Pfn1->u3.e1.PageLocation != StandbyPageList)) in MiDecrementShareCount()
H A Dmdlsup.c620 Pfn1->u3.e1.PageLocation = StandbyPageList; in MmFreePagesFromMdl()
H A Dmminit.c2134 MmStandbyPageListByPriority[i].ListName = StandbyPageList; in MmArmInitSystem()
H A Dsection.c673 …T((Pfn1->u3.e1.PageLocation == ModifiedPageList) || (Pfn1->u3.e1.PageLocation == StandbyPageList)); in MiSegmentDelete()
H A Dvirtual.c428 …T((Pfn1->u3.e1.PageLocation == ModifiedPageList) || (Pfn1->u3.e1.PageLocation == StandbyPageList)); in MiDeletePte()
/reactos/ntoskrnl/mm/
H A Dfreelist.c166 return ((Pfn1->u3.e1.PageLocation <= StandbyPageList) && in MiIsPfnFree()
/reactos/sdk/include/ndk/
H A Dmmtypes.h155 StandbyPageList = 2, enumerator