MI_NODE_FROM_PFN

NTSTATUS __stdcall MI_NODE_FROM_PFN(INT64 a1){
  __int64 v1; 

  LODWORD(v1) = MiSearchNumaNodeTable((PVOID)((a1 - (__int64)MmGetPfnDb()) / 48));
  return *(_DWORD *)(v1 + 8);
}

Referenced by:

MiDeleteClusterSection