AslEnvGetProcessWowInfo

INT64 __fastcall AslEnvGetProcessWowInfo(_WORD *a1, _WORD *a2){
  int SystemInformation; 
  unsigned int v5; 
  UINT64 v7; 
  int v8; 
  if( a1 )
  {
    SystemInformation = ZwQuerySystemInformation();
    v5 = SystemInformation;
    if( SystemInformation < 0 )
    {
      v7 = 1783i64;
      goto LABEL_11;
    }
    *a1 = 0;
  }
  if( a2 )
  {
    SystemInformation = ZwQuerySystemInformation();
    v5 = SystemInformation;
    if( SystemInformation >= 0 )
    {
      *a2 = 0;
      return 0;
    }
    v7 = 1826i64;
LABEL_11:
    v8 = SystemInformation;
    AslLogCallPrintf(1ui64, "AslEnvGetProcessWowInfo", v7, "ZwQuerySystemInformation failed [%x]", v8);
    return v5;
  }
  return 0;
}

Referenced by:

AslEnvVerifyGuestProcessorSupport
SdbGuestHostArchsToRuntimePlatformFlag
SdbGuestTargetPlatformFlagsToRuntimePlatformFlags
SdbpGetProcessHostGuestArchitectures
SdbpResolveMatchingFile