MiImagePagable
_KLDR_DATA_TABLE_ENTRY *__stdcall MiImagePagable(_KLDR_DATA_TABLE_ENTRY *DataTableEntry, VOID *AddressWithinSection){
if( (dword_140CFA174 & 1) != 0 || MI_IS_PHYSICAL_ADDRESS(AddressWithinSection) )
return 0i64;
if( !DataTableEntry )
DataTableEntry = (_KLDR_DATA_TABLE_ENTRY *)MiLookupDataTableEntry(AddressWithinSection, 1ui64);
if( MiGetSystemRegionType((UINT64)AddressWithinSection) == 1 )
return 0i64;
else
return DataTableEntry;
}Referenced by:
MiEnablePagingOfDriver
MiLockPagableSections
MmResetDriverPaging