MmMapMemoryDumpMdlEx2

NTSTATUS __stdcall MmMapMemoryDumpMdlEx2(UINT64 a1, INT64 a2, INT64 a3, INT64 a4){
  if( (a4 & 0xFFFFFFFC) != 0 || (a4 & 3) == 3 )
    return -1073741582;
  MiMapMemoryDumpMdl(a1, a2, a3, a4);
  return 0;
}

Referenced by:

PopDecompressHiberBlocks
PopGetNextTable
PopHiberCheckResume