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.c1945 if (virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED)) { in qemu_get_virtqueue_element()
1983 if (virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED)) { in qemu_put_virtqueue_element()
2014 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM) && in virtio_validate_features()
2539 return virtio_host_has_feature(vdev, VIRTIO_F_VERSION_1); in virtio_virtqueue_needed()
2546 return virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED); in virtio_packed_virtqueue_needed()
H A Dvirtio-mem.c892 if (virtio_host_has_feature(vdev, VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE) && in virtio_mem_validate_features()
H A Dvhost.c146 virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_has_iommu()
H A Dvirtio-pci.c1973 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_pci_device_plugged()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h432 static inline bool virtio_host_has_feature(VirtIODevice *vdev, in virtio_host_has_feature() function
/openbmc/qemu/hw/net/
H A Dvirtio-net.c156 virtio_host_has_feature(vdev, VIRTIO_NET_F_RSS) ? in virtio_net_get_config()