MiInsertLargeTbFlushEntry

VOID __fastcall MiInsertLargeTbFlushEntry(_MI_TB_FLUSH_LIST *TbFlushList, UINT64 a2, INT64 a3){
  unsigned int v4; 
  unsigned int v6; 
  __int64 v7; 

  v4 = a2;
  v6 = 0;
  v7 = (_QWORD)MmGetPteBase() << 25;
  do
  {
    a3 = ((a3 << 25) - v7) >> 16;
    MiInsertTbFlushEntry(TbFlushList, (VOID *)a3, 1ui64, v6++);
  }
  while( v6 <= v4 );
}

Referenced by:

MiClearSystemAccessBits
MiDecommitLargePoolVa
MiDecommitLargePte
MiDeleteLargeUserPde
MiDeleteSystemPageTable
MiDemoteValidLargePageOneLevel
MiFlushValidPteFromTb
MiMakePteClean
MiMakeVaRangeNoAccess
MiMoveDirtyBitsToPfns
MiProtectAweRegion
MiReleaseLargePteMappings
MiReplacePfnWithGapMapping
MiRevertValidPte
MiUnmapMdlCommon
MiWriteAwePtes
MiZeroAndFlushPtes
MiZeroPage
MiZeroPageWorkMapping
MmUnmapIoSpace