Lines Matching full:pci
10 #include "hw/pci/pci.h"
11 #include "hw/pci/pci_host.h"
22 build_append_int_noprefix(table_data, 1 /* PCI range */, 1); in build_pci_host_range()
29 /* PCI Segment start */ in build_pci_host_range()
31 /* PCI Segment end */ in build_pci_host_range()
33 /* PCI BDF start */ in build_pci_host_range()
35 /* PCI BDF end */ in build_pci_host_range()
43 /* Build PCI range for a given PCI host bridge */
82 * Generate a VIOT table with one PCI-based virtio-iommu that manages PCI
100 /* Build the list of PCI ranges that this viommu manages */ in build_viot()
104 /* Sort the pci host ranges by min_bus */ in build_viot()
118 build_append_int_noprefix(table_data, 3 /* virtio-pci IOMMU */, 1); in build_viot()
123 /* PCI Segment */ in build_viot()
125 /* PCI BDF number */ in build_viot()
130 /* PCI ranges found above */ in build_viot()