Searched refs:VIRTIO_IOMMU_T_DETACH (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/qtest/ |
H A D | virtio-iommu-test.c | 196 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 D | virtio_iommu.h | 46 #define VIRTIO_IOMMU_T_DETACH 0x02 macro
|
/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 1039 case VIRTIO_IOMMU_T_DETACH: in virtio_iommu_handle_command()
|