Home
last modified time | relevance | path

Searched refs:get_iova_ranges (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dhost_iommu_device.h92 GList* (*get_iova_ranges)(HostIOMMUDevice *hiod); member
/openbmc/qemu/hw/vfio/
H A Diommufd.c854 hiodc->get_iova_ranges = hiod_iommufd_vfio_get_iova_ranges; in hiod_iommufd_vfio_class_init()
H A Dcontainer.c1196 hioc->get_iova_ranges = hiod_legacy_vfio_get_iova_ranges; in hiod_legacy_vfio_class_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c637 if (hiodc->get_iova_ranges) { in virtio_iommu_set_iommu_device()
639 host_iova_ranges = hiodc->get_iova_ranges(hiod); in virtio_iommu_set_iommu_device()