MiGetPteAddress
MMPTE *__stdcall MiGetPteAddress(PVOID Va){
return(_MMPTE *)((char *)MmGetPteBase() + (((unsigned __int64)Va >> 9) & 0x7FFFFFFFF8i64));
}Referenced by:
MiAllocateKernelCfgBitmapPageTables
MiApplyHotPatchToLoadedDriver
MiCombineAllPhysicalMemory
MiCopyPagesIntoEnclave
MiDecommitEnclavePages
MiDecommitRegion
MiDeleteSparseRange
MiEliminateZeroPages
MiExpandPartitionIds
MiFindDriverNonPagedSections
MiFreeInitializationCode
MiGetLargePagesForSystemMapping
MiGetSystemAddressForImage
MiInitializeDynamicBitmap
MiInitializeShadowPageTable
MiInitializeSystemCache
MiMapNewPfns
MiMapNewSession
MiMapPatchTable
MiMapSystemImage
MiMapSystemImageWithLargePage
MiPfPrepareReadList
MiPfPrepareSequentialReadList
MiProtectLargeKernelHalRange
MiProtectSystemImage
MiReferenceIncomingPhysicalPages
MiReleaseHotPatchResources
MiReleaseProcessReferenceToSessionDataPage
MiReserveDriverPtes
MiResidentPagesForSpan
MiReturnSystemImageAddress
MiSessionCreate
MiSessionCreateInternal
MiSnapDriverRange
MiTerminateHardwareEnclave
MiUnloadSystemImage
MiUnlockDriverCode
MiUnlockDriverPages
MiUnlockEntireDriver
MiUnmapLargeDriver
MmAllocateIsrStack
MmChangeKernelCfgBitmap
MmCommitSessionMappedView
MmCreateShadowMapping
MmDeleteShadowMapping
MmFreeBootRegistry
MmFreeIndependentPages
MmFreeIsrStack
MmFreeMappingAddress
MmFreeNonCachedMemory
MmFreeSystemCacheReserveView
MmInvalidateDumpAddresses
MmLockPreChargedPagedPool
MmMarkHiberRange
MmPageEntireDriver
MmReleaseDumpHibernateResources
MmResetDriverPaging
MmReturnChargesToLockPagedPool
MmStoreAllocateVirtualMemory
MmUnlockPreChargedPagedPool
MmUnmapLockedRestartPages
NtMapUserPhysicalPages