Lines Matching defs:iort_table
148 static struct acpi_table_header *iort_table;
234 if (!iort_table)
238 iort = (struct acpi_table_iort *)iort_table;
241 iort_end = ACPI_ADD_PTR(struct acpi_iort_node, iort_table,
242 iort_table->length);
389 parent = ACPI_ADD_PTR(struct acpi_iort_node, iort_table,
500 node = ACPI_ADD_PTR(struct acpi_iort_node, iort_table,
722 msi_parent = ACPI_ADD_PTR(struct acpi_iort_node, iort_table,
1618 iort_table, map->output_reference);
1645 * iort_table and iort both point to the start of IORT table, but
1648 iort = (struct acpi_table_iort *)iort_table;
1654 iort_table->length);
1689 /* iort_table will be used at runtime after the iort init,
1693 status = acpi_get_table(ACPI_SIG_IORT, 0, &iort_table);