Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dvirtio-iommu-test.c196 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_DETACH, 0, 1); in test_attach_detach()
204 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_DETACH, 0, 0); in test_attach_detach()
208 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_DETACH, 1, 0); in test_attach_detach()
219 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_DETACH, 1, 0); in test_attach_detach()
/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h46 #define VIRTIO_IOMMU_T_DETACH 0x02 macro
/qemu/hw/virtio/
H A Dvirtio-iommu.c1039 case VIRTIO_IOMMU_T_DETACH: in virtio_iommu_handle_command()