Home
last modified time | relevance | path

Searched refs:VIRTIO_F_IOMMU_PLATFORM (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_config.h78 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_config.h79 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-bus.c50 bool has_iommu = virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in virtio_bus_device_plugged()
83 vdev_has_iommu = virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in virtio_bus_device_plugged()
89 virtio_add_feature(&vdev->host_features, VIRTIO_F_IOMMU_PLATFORM); in virtio_bus_device_plugged()
H A Dvdpa-dev.c220 if (!virtio_has_feature(features, VIRTIO_F_IOMMU_PLATFORM)) { in vhost_vdpa_device_get_features()
221 virtio_clear_feature(&backend_features, VIRTIO_F_IOMMU_PLATFORM); in vhost_vdpa_device_get_features()
H A Dvhost-user-fs.c34 VIRTIO_F_IOMMU_PLATFORM,
H A Dvirtio-qmp.c53 FEATURE_ENTRY(VIRTIO_F_IOMMU_PLATFORM, \
H A Dvhost.c146 virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_has_iommu()
930 features &= ~(0x1ULL << VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_set_features()
934 features |= 0x1ULL << VIRTIO_F_IOMMU_PLATFORM; in vhost_dev_set_features()
H A Dvirtio.c2014 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM) && in virtio_validate_features()
2015 !virtio_vdev_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_validate_features()
H A Dvirtio-pci.c1973 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_pci_device_plugged()
H A Dvhost-user.c2207 if (virtio_has_feature(features, VIRTIO_F_IOMMU_PLATFORM) && in vhost_user_backend_init()
/openbmc/qemu/hw/net/
H A Dvhost_net.c48 VIRTIO_F_IOMMU_PLATFORM,
76 VIRTIO_F_IOMMU_PLATFORM,
/openbmc/u-boot/include/
H A Dvirtio.h74 #define VIRTIO_F_IOMMU_PLATFORM 33 macro
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h367 VIRTIO_F_IOMMU_PLATFORM, false), \
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c52 VIRTIO_F_IOMMU_PLATFORM,
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst167 Note that a ring address is an IOVA if ``VIRTIO_F_IOMMU_PLATFORM`` has
671 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has not been negotiated:
676 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has been negotiated:
686 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has been negotiated, the
1390 This request should be send only when ``VIRTIO_F_IOMMU_PLATFORM``
1746 ``VIRTIO_F_IOMMU_PLATFORM`` feature has been successfully
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c178 return (1ULL << VIRTIO_F_IOMMU_PLATFORM) | in vduse_get_virtio_features()
/openbmc/qemu/net/
H A Dvhost-vdpa.c60 VIRTIO_F_IOMMU_PLATFORM,