MmAllocateIndependentPages

VOID *__stdcall MmAllocateIndependentPages(UINT64 NumberOfBytes, UINT64 Node){
  return(VOID *)MmAllocateIndependentPagesEx(NumberOfBytes, Node, 0i64, 0);
}

Referenced by:

HvlStartBootLogicalProcessors
HvlpInitializeHvCrashdump
KeAllocateInterrupt
KeAllocateProcessorProfileStructures
KiInitializePrcbContext