Home
last modified time | relevance | path

Searched refs:VIRTIO_IOMMU_S_RANGE (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h57 #define VIRTIO_IOMMU_S_RANGE 0x05 macro
/qemu/tests/qtest/
H A Dvirtio-iommu-test.c251 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_RANGE); in test_map_unmap()
281 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_RANGE); /* doesn't unmap anything */ in test_map_unmap()
/qemu/hw/virtio/
H A Dvirtio-iommu.c886 ret = VIRTIO_IOMMU_S_RANGE; in virtio_iommu_unmap()