Home
last modified time | relevance | path

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

/hypervisor/hw/
A Dpci.c308 return (pdev != NULL) ? pdev->drhd_index : INVALID_DRHD_INDEX; in pci_lookup_drhd_for_pbdf()
429 bus_map[e].bus_drhd_index = drhd_index; in scan_pci_hierarchy()
484 uint32_t drhd_index) in pci_add_bdf_from_drhd() argument
508 uint32_t drhd_index, devscope_index; in pci_parse_iommu_devscopes() local
510 for (drhd_index = 0U; drhd_index < plat_dmar_info.drhd_count; drhd_index++) { 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()
520 pci_add_bdf_from_drhd(bdf, bdfs_from_drhds, drhd_index); in pci_parse_iommu_devscopes()
531 *drhd_idx_pci_all = drhd_index; in pci_parse_iommu_devscopes()
844 struct pci_pdev *pci_init_pdev(union pci_bdf bdf, uint32_t drhd_index) in pci_init_pdev() argument
[all …]
/hypervisor/include/hw/
A Dpci.h288 uint32_t drhd_index; member
366 struct pci_pdev *pci_init_pdev(union pci_bdf pbdf, uint32_t drhd_index);
/hypervisor/dm/vpci/
A Dvsriov.c94 vf_pdev = pci_init_pdev(vf_bdf, pf_vdev->pdev->drhd_index); in create_vf()

Completed in 10 milliseconds