HvlpQueryApicIdAndNumaNode

NTSTATUS __stdcall HvlpQueryApicIdAndNumaNode(UINT64 ProcessorIndex, UINT64 *ApicId, UINT16 *NodeNumber){
  __int64(__fastcall *v3)(); 
  UINT16 *v4; 
  NTSTATUS result; 
  *(_DWORD *)ApicId = -1;
  v3 = (__int64(__fastcall *)())HvlpQueryProcessorNode;
  *NodeNumber = -1;
  v4 = NodeNumber;
  if( !v3 )
  {
    v3 = off_140C007C8[0];
    NodeNumber = 0i64;
  }
  result = ((__int64(__fastcall *)(UINT64, UINT64 *, UINT16 *))v3)(ProcessorIndex, ApicId, NodeNumber);
  if( *v4 == 0xFFFF )
    *v4 = 0;
  return result;
}

Referenced by:

HvlStartBootLogicalProcessors
HvlpSelectLpSet