Searched refs:dmar_header (Results 1 – 1 of 1) sorted by relevance
163 struct acpi_dmar_header *dmar_header; in parse_dmar_table() local176 for (; ptr < ptr_end; ptr += dmar_header->length) { in parse_dmar_table()177 dmar_header = (struct acpi_dmar_header *)ptr; in parse_dmar_table()178 ASSERT(dmar_header->length >= sizeof(struct acpi_dmar_header), "corrupted DMAR table"); in parse_dmar_table()180 if (dmar_header->type == ACPI_DMAR_TYPE_HARDWARE_UNIT) { in parse_dmar_table()181 acpi_drhd = (struct acpi_dmar_hardware_unit *)dmar_header; in parse_dmar_table()
Completed in 2 milliseconds