HomeSort by: relevance | last modified time | path
    Searched refs:Iovt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 384 * PARAMETERS: Table - A IOVT table
388 * DESCRIPTION: Format the contents of a IOVT
405 ACPI_TABLE_IOVT *Iovt;
416 Iovt = ACPI_CAST_PTR (ACPI_TABLE_IOVT, Table);
417 Offset = Iovt->IommuOffset;
436 AcpiOsPrintf ("\n**** Unknown IOVT subtable type 0x%X\n",
458 /* The hardware subtables (IOVT) can contain multiple device entries */
486 "\n**** Unknown IOVT device entry type/length: "
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2936 * DESCRIPTION: Compile Iovt. Notes:
2937 * The IOVT is essentially a flat table, with the following
2941 * <IOVT>
2944 * <IOVT>
2945 * <IOVT>
2958 ACPI_TABLE_IOVT *Iovt;
2977 Iovt = ACPI_SUB_PTR (ACPI_TABLE_IOVT, Subtable->Buffer,
2980 for (IommuCount = 0; IommuCount < Iovt->IommuCount; IommuCount++)

Completed in 18 milliseconds