Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-iommu-pci.c40 vdev.nr_prop_resv_regions, vdev.prop_resv_regions,
58 if (s->prop_resv_regions[i].type != VIRTIO_IOMMU_RESV_MEM_T_RESERVED && in virtio_iommu_pci_realize()
59 s->prop_resv_regions[i].type != VIRTIO_IOMMU_RESV_MEM_T_MSI) { in virtio_iommu_pci_realize()
102 g_free(dev->vdev.prop_resv_regions); in virtio_iommu_pci_instance_finalize()
H A Dvirtio-iommu.c393 *reg = s->prop_resv_regions[i]; in add_prop_resv_regions()
/qemu/include/hw/virtio/
H A Dvirtio-iommu.h62 ReservedRegion *prop_resv_regions; member