HvlpProcessIommu

UINT8 __stdcall HvlpProcessIommu(VOID *Context){
  UINT8 v1; 
  int v2; 
  int v3; 

  v1 = 0;
  v2 = KiGetCpuVendor() - 1;
  if( !v2 || v2 == 1 )
  {
    ZwQuerySystemInformation();
    if( v3 == -1073741789 )
      return 1;
  }
  return v1;
}

Referenced by:

HvlQueryVsmProtectionInfo