Searched refs:include_all_idx (Results 1 – 1 of 1) sorted by relevance
166 uint32_t include_all_idx = ~0U; in parse_dmar_table() local196 include_all_idx = dmar_unit_cnt; in parse_dmar_table()205 if ((include_all_idx != ~0U) && (dmar_unit_cnt != (include_all_idx + 1U))) { in parse_dmar_table()206 …err("DRHD%d with INCLUDE_PCI_ALL flag is NOT the last one. Please fix the BIOS.", include_all_idx); in parse_dmar_table()
Completed in 3 milliseconds