Searched refs:dmar_tbl (Results 1 – 1 of 1) sorted by relevance
162 struct acpi_table_dmar *dmar_tbl; in parse_dmar_table() local169 dmar_tbl = (struct acpi_table_dmar *)get_dmar_table(); in parse_dmar_table()170 ASSERT(dmar_tbl != NULL, ""); in parse_dmar_table()172 ptr = (char *)dmar_tbl + sizeof(*dmar_tbl); in parse_dmar_table()173 ptr_end = (char *)dmar_tbl + dmar_tbl->header.length; in parse_dmar_table()
Completed in 10 milliseconds