Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-iommu-test.c205 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_INVAL); in test_attach_detach()
245 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_INVAL); in test_map_unmap()
318 g_assert_cmpint(ret, ==, VIRTIO_IOMMU_S_INVAL); /* 10-14 still is mapped */ in test_map_unmap()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c725 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_attach()
749 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_attach()
782 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_detach()
808 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_map()
817 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_map()
828 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_map()
867 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_unmap()
949 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_probe()
964 return VIRTIO_IOMMU_S_INVAL; in virtio_iommu_iov_to_req()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h56 #define VIRTIO_IOMMU_S_INVAL 0x04 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_iommu.h56 #define VIRTIO_IOMMU_S_INVAL 0x04 macro
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c112 case VIRTIO_IOMMU_S_INVAL: in viommu_get_req_errno()