Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-iommu-test.c193 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_NOENT); in test_attach_detach()
197 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_NOENT); in test_attach_detach()
237 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_NOENT); in test_map_unmap()
248 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_NOENT); in test_map_unmap()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h58 #define VIRTIO_IOMMU_S_NOENT 0x06 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_iommu.h58 #define VIRTIO_IOMMU_S_NOENT 0x06 macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c730 return VIRTIO_IOMMU_S_NOENT; in virtio_iommu_attach()
776 return VIRTIO_IOMMU_S_NOENT; in virtio_iommu_detach()
813 return VIRTIO_IOMMU_S_NOENT; in virtio_iommu_map()
863 return VIRTIO_IOMMU_S_NOENT; in virtio_iommu_unmap()
942 return VIRTIO_IOMMU_S_NOENT; in virtio_iommu_probe()
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c116 case VIRTIO_IOMMU_S_NOENT: in viommu_get_req_errno()