Home
last modified time | relevance | path

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

/hypervisor/acpi_parser/
A Ddmar_parse.c126 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()
/hypervisor/
A DREADME.rst16 embedded devices.
/hypervisor/hw/
A Dpci.c513 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()
/hypervisor/arch/x86/
A Dvtd.c503 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()
/hypervisor/include/arch/x86/asm/
A Dvtd.h500 struct dmar_dev_scope *devices; member

Completed in 12 milliseconds