Searched refs:devices (Results 1 – 5 of 5) sorted by relevance
126 dev_scope = drhd->devices; in handle_one_drhd()200 plat_dmar_info->drhd_units[dmar_unit_cnt - 1].devices = drhd_dev_scope[dmar_unit_cnt - 1]; in parse_dmar_table()
16 embedded devices.
513 bdf.fields.bus = plat_dmar_info.drhd_units[drhd_index].devices[devscope_index].bus; in pci_parse_iommu_devscopes()514 bdf.fields.devfun = plat_dmar_info.drhd_units[drhd_index].devices[devscope_index].devfun; in pci_parse_iommu_devscopes()516 if ((plat_dmar_info.drhd_units[drhd_index].devices[devscope_index].type == in pci_parse_iommu_devscopes()518 (plat_dmar_info.drhd_units[drhd_index].devices[devscope_index].type == in pci_parse_iommu_devscopes()
503 if ((dmar_unit->drhd->devices[i].type == ACPI_DMAR_SCOPE_TYPE_IOAPIC) && in ioapic_to_dmaru()504 ((uint16_t)dmar_unit->drhd->devices[i].id == ioapic_id)) { in ioapic_to_dmaru()505 sid->fields.devfun = dmar_unit->drhd->devices[i].devfun; in ioapic_to_dmaru()506 sid->fields.bus = dmar_unit->drhd->devices[i].bus; in ioapic_to_dmaru()
500 struct dmar_dev_scope *devices; member
Completed in 13 milliseconds