Home
last modified time | relevance | path

Searched refs:dmar_unit_cnt (Results 1 – 1 of 1) sorted by relevance

/hypervisor/acpi_parser/
A Ddmar_parse.c16 static uint32_t dmar_unit_cnt; variable
185 if (dmar_unit_cnt == 0U) { in parse_dmar_table()
196 include_all_idx = dmar_unit_cnt; in parse_dmar_table()
199 dmar_unit_cnt++; in parse_dmar_table()
200 plat_dmar_info->drhd_units[dmar_unit_cnt - 1].devices = drhd_dev_scope[dmar_unit_cnt - 1]; in parse_dmar_table()
201 handle_one_drhd(acpi_drhd, &(plat_dmar_info->drhd_units[dmar_unit_cnt - 1])); in parse_dmar_table()
205 if ((include_all_idx != ~0U) && (dmar_unit_cnt != (include_all_idx + 1U))) { in parse_dmar_table()
209 ASSERT(dmar_unit_cnt <= MAX_DRHDS, "parsed dmar_unit_cnt > MAX_DRHDS"); in parse_dmar_table()
210 plat_dmar_info->drhd_count = dmar_unit_cnt; in parse_dmar_table()

Completed in 2 milliseconds