#include "mi.h"
Go to the source code of this file.
Functions | |
VOID FASTCALL | MiDecrementShareCount (IN PFN_NUMBER PageFrameIndex) |
VOID FASTCALL | MiDecrementReferenceCount (IN PFN_NUMBER PageFrameIndex) |
Variables | |
ULONG | MmFrontOfList |
|
Definition at line 167 of file pfndec.c. References ActiveAndValid, ASSERT, BadPageList, FreePageList, KeBugCheckEx(), MI_IS_PFN_DELETED, MI_PFN_ELEMENT, MiInsertPageInList(), MiInsertStandbyListAtFront(), MiReleasePageFileSpace(), MiRestoreTransitionPte(), MM_PFN_LOCK_ASSERT, MmFrontOfList, MmHighestPhysicalPage, MmPageLocationList, ModifiedPageList, _MMPFN::OriginalPte, StandbyPageList, _MMPFN::u2, and _MMPFN::u3. Referenced by MiCleanSection(), MiDecrementShareCount(), MiDispatchFault(), MiDownPfnReferenceCount(), MiFlushSectionInternal(), MiFreeNonPagedPool(), MiInitMachineDependent(), MiRemoveImageHeaderPage(), MiResolveTransitionFault(), MiSessionCreateInternal(), MiUnlockPagedAddress(), MiUpdateImageHeaderPage(), MiWriteComplete(), MmFreePagesFromMdl(), MmRemovePhysicalMemory(), MmReturnMemoryForHibernate(), MmShutdownSystem(), MmTrimAllSystemPagableMemory(), MmUnlockPagableImageSection(), MmUnlockPagedPool(), and MmUnlockPages().
|
|
Definition at line 30 of file pfndec.c. References ActiveAndValid, ASSERT, KeBugCheckEx(), MI_MAKE_VALID_PTE_TRANSITION, MI_PFN_ELEMENT, MI_WRITE_INVALID_PTE, MiDecrementReferenceCount(), MiGetByteOffset, MiMapPageInHyperSpace(), MiUnmapPageInHyperSpace, MmHighestPhysicalPage, MmIsAddressValid(), _MMPFN::OriginalPte, PERFINFO_DECREFCNT, _MMPFN::PteAddress, _MMPFN::PteFrame, StandbyPageList, TransitionPage, _MMPTE::u, _MMPFN::u2, and _MMPFN::u3. Referenced by MiCleanSection(), MiCopyOnWrite(), MiDecommitPages(), MiDecrementCloneBlockReference(), MiDeletePte(), MiDeleteSystemPagableVm(), MiDeleteValidAddress(), MiEliminateWorkingSetEntry(), MiEnablePagingOfDriverAtInit(), MiHandleForkTransitionPte(), MiPurgeImageSection(), MiRemoveMappedPtes(), MiRestoreTransitionPte(), MiSegmentDelete(), MiSessionCopyOnWrite(), MiSetPagingOfDriver(), MmFreeSpecialPool(), MmOutPageKernelStack(), MmOutSwapProcess(), MmPurgeSection(), and MmUnmapViewInSystemCache().
|
|
Definition at line 25 of file pfndec.c. Referenced by MiDecrementReferenceCount(), and MmUnmapViewInSystemCache(). |