Searched refs:VIRTIO_IOMMU_T_DETACH (Results 1 – 5 of 5) sorted by relevance
/openbmc/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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_iommu.h | 46 #define VIRTIO_IOMMU_T_DETACH 0x02 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_iommu.h | 46 #define VIRTIO_IOMMU_T_DETACH 0x02 macro
|
/openbmc/linux/drivers/iommu/ |
H A D | virtio-iommu.c | 802 .head.type = VIRTIO_IOMMU_T_DETACH, in viommu_detach_dev()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 1039 case VIRTIO_IOMMU_T_DETACH: in virtio_iommu_handle_command()
|