Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h57 #define VIRTIO_IOMMU_S_RANGE 0x05 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_iommu.h57 #define VIRTIO_IOMMU_S_RANGE 0x05 macro
/openbmc/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()
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c114 case VIRTIO_IOMMU_S_RANGE: in viommu_get_req_errno()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c886 ret = VIRTIO_IOMMU_S_RANGE; in virtio_iommu_unmap()