Searched refs:drhd_units (Results 1 – 5 of 5) sorted by relevance
175 plat_dmar_info->drhd_units = drhd_info_array; 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()
511 for (devscope_index = 0U; devscope_index < plat_dmar_info.drhd_units[drhd_index].dev_cnt; in pci_parse_iommu_devscopes()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()529 if ((plat_dmar_info.drhd_units[drhd_index].flags & DRHD_FLAG_INCLUDE_PCI_ALL_MASK) in pci_parse_iommu_devscopes()
505 struct dmar_drhd *drhd_units; member
591 ept_del_mr(vm, pml4_page, plat_dmar_info.drhd_units[i].reg_base_addr, PAGE_SIZE); in prepare_service_vm_memmap()
210 drhd_rt->drhd = &platform_dmar_info->drhd_units[i]; in register_hrhd_units()
Completed in 14 milliseconds