HvlPrepareLivedumpDescriptor

INT64 __fastcall HvlPrepareLivedumpDescriptor(
        PVOID *a1,
        UINT64 a2,
        UINT64 a3,
        INT64 a4,
        _QWORD *a5,
        UINT64 *a6,
        _QWORD *a7,
        _QWORD *a8,
        _QWORD *a9){
  unsigned int v9; 
  UINT64 v10; 
  v9 = a3;
  v10 = (unsigned int)BufferChunkSizeInPages;
  if( VslVsmEnabled )
    return VslSetupLiveDumpBufferInSk(a1, a2, v9, (unsigned int)BufferChunkSizeInPages, a5, a6, a7, a8, a9);
  *a7 = 0i64;
  *a8 = 0i64;
  return HvlSetupLiveDumpBuffer(a1, a2, v10, a5, a6, a9);
}

Referenced by:

IopLiveDumpAllocateExtraBuffers