CmSiCreateSectionForFile

NTSTATUS __fastcall CmSiCreateSectionForFile(VOID **a1, UINT64 a2, int a3, __int64 a4, VOID *a5){
  INT64 v6; 
  INT64 AllocationAttributes; 
  _QWORD v8[4]; 
  __int128 v9; 

  v8[0] = 48i64;
  v8[1] = 0i64;
  v8[2] = 0i64;
  v8[3] = 512i64;
  LODWORD(AllocationAttributes) = 0x4000000;
  LODWORD(v6) = a3;
  v9 = 0i64;
  return ZwCreateSection((UINT64)a1, a2, (INT64)v8, 0i64, v6, AllocationAttributes, (UINT64)a5);
}

Referenced by:

HvpViewMapStart