HvlpLogMicrocodeUpdateStatus

VOID __stdcall HvlpLogMicrocodeUpdateStatus(){
  size_t v0; 
  int *v1; 
  _HV_LOGICAL_PROCESSOR_PROPERTY Property; 

  memset(&Property, 0i64, sizeof(Property));
  v0 = 0;
  if( HvlpLogicalProcessorCount )
  {
    v1 = dword_140D032E4;
    do
    {
      HvlpGetLogicalProcessorProperty((unsigned int)*v1, HvLogicalProcessorMcUpdateUpdateStatus, &Property);
      if( (int)CmLogMcUpdateStatus((unsigned int)*v1, (__int64)&Property) < 0 )
        break;
      ++v0;
      v1 += 30;
    }
    while( v0 < HvlpLogicalProcessorCount );
  }
}

Referenced by:

HvlPhase2Initialize
HvlpDynamicUpdateMicrocode