MiMirrorRemoveBlackChildPartitionPages

VOID __fastcall MiMirrorRemoveBlackChildPartitionPages(UINT64 *a1, INT64 *a2){
  unsigned int *v2; 
  unsigned int v3; 
  INT64 v4; 
  if( a1 != &MiSystemPartition )
  {
    v2 = (unsigned int *)a1[12];
    v3 = 0;
    v4 = *a2;
    if( v2 )
    {
      if( *v2 )
      {
        do
        {
          MiMirrorOmitPagesFromCopy(v4, *(_QWORD *)&v2[4 * v3 + 4], *(_QWORD *)&v2[4 * v3 + 6]);
          ++v3;
        }
        while( v3 < *v2 );
      }
    }
  }
}

Referenced by:

No references.