MiInsertPrivateVad

VOID __stdcall MiInsertPrivateVad(_MMVAD_SHORT *Vad, _MI_PHYSICAL_VIEW *PhysicalView, _EPROCESS *Process){
  if( MiVadPageSizes[(Vad->u.LongFlags >> 18) & 3] == 16 )
    ++PhysicalView[35].PhysicalNode.Children[0][17].ParentValue;
  MiInsertVad((_MMVAD *)Vad, (_EPROCESS *)PhysicalView);
}

Referenced by:

MiAllocateEnclaveVad
MiAllocateNewSubAllocatedRegion
MiReserveUserMemory