Home
last modified time | relevance | path

Searched refs:virtio_host_has_feature (Results 1 – 7 of 7) sorted by relevance

/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()
H A Dvirtio.c2139 if (virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED)) { in qemu_get_virtqueue_element()
2177 if (virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED)) { in qemu_put_virtqueue_element()
2208 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM) && in virtio_validate_features()
2755 return virtio_host_has_feature(vdev, VIRTIO_F_VERSION_1); in virtio_virtqueue_needed()
2762 return virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED); in virtio_packed_virtqueue_needed()
3179 if (virtio_host_has_feature(vdev, VIRTIO_F_NOTIFICATION_DATA) && in virtio_device_check_notification_compatibility()
H A Dvirtio-mem.c901 if (virtio_host_has_feature(vdev, VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE) && in virtio_mem_validate_features()
H A Dvhost.c147 virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_has_iommu()
H A Dvirtio-pci.c2005 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_pci_device_plugged()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h455 static inline bool virtio_host_has_feature(VirtIODevice *vdev, in virtio_host_has_feature() function
/openbmc/qemu/hw/net/
H A Dvirtio-net.c158 virtio_host_has_feature(vdev, VIRTIO_NET_F_RSS) ? in virtio_net_get_config()