Searched refs:VIRTIO_F_IOMMU_PLATFORM (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-bus.c | 50 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 D | vdpa-dev.c | 230 if (!virtio_has_feature(features, VIRTIO_F_IOMMU_PLATFORM)) { in vhost_vdpa_device_get_features() 231 virtio_clear_feature(&backend_features, VIRTIO_F_IOMMU_PLATFORM); in vhost_vdpa_device_get_features()
|
H A D | vhost-user-fs.c | 34 VIRTIO_F_IOMMU_PLATFORM,
|
H A D | virtio-qmp.c | 53 FEATURE_ENTRY(VIRTIO_F_IOMMU_PLATFORM, \
|
H A D | vhost.c | 147 virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_has_iommu() 995 features &= ~(0x1ULL << VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_set_features() 999 features |= 0x1ULL << VIRTIO_F_IOMMU_PLATFORM; in vhost_dev_set_features()
|
H A D | virtio.c | 2208 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM) && in virtio_validate_features() 2209 !virtio_vdev_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_validate_features()
|
H A D | virtio-pci.c | 2005 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_pci_device_plugged()
|
H A D | vhost-user.c | 2245 if (virtio_has_feature(features, VIRTIO_F_IOMMU_PLATFORM) && in vhost_user_backend_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_config.h | 79 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_config.h | 78 #define VIRTIO_F_IOMMU_PLATFORM VIRTIO_F_ACCESS_PLATFORM macro
|
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | 48 VIRTIO_F_IOMMU_PLATFORM, 80 VIRTIO_F_IOMMU_PLATFORM,
|
/openbmc/u-boot/include/ |
H A D | virtio.h | 74 #define VIRTIO_F_IOMMU_PLATFORM 33 macro
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 388 VIRTIO_F_IOMMU_PLATFORM, false), \
|
/openbmc/qemu/hw/block/ |
H A D | vhost-user-blk.c | 52 VIRTIO_F_IOMMU_PLATFORM,
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 167 Note that a ring address is an IOVA if ``VIRTIO_F_IOMMU_PLATFORM`` has 673 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has not been negotiated: 678 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has been negotiated: 688 When the ``VIRTIO_F_IOMMU_PLATFORM`` feature has been negotiated, the 1392 This request should be send only when ``VIRTIO_F_IOMMU_PLATFORM`` 1748 ``VIRTIO_F_IOMMU_PLATFORM`` feature has been successfully
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 178 return (1ULL << VIRTIO_F_IOMMU_PLATFORM) | in vduse_get_virtio_features()
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 60 VIRTIO_F_IOMMU_PLATFORM,
|