Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-iommu-test.c188 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_ATTACH, 0, 0); in test_attach_detach()
192 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_ATTACH, 0, 444); in test_attach_detach()
200 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_ATTACH, 1, 0); in test_attach_detach()
211 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_ATTACH, 1, 0); in test_attach_detach()
233 ret = send_attach_detach(qts, v_iommu, VIRTIO_IOMMU_T_ATTACH, 1, 0); in test_map_unmap()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h45 #define VIRTIO_IOMMU_T_ATTACH 0x01 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_iommu.h45 #define VIRTIO_IOMMU_T_ATTACH 0x01 macro
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c760 .head.type = VIRTIO_IOMMU_T_ATTACH, in viommu_attach_dev()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c1036 case VIRTIO_IOMMU_T_ATTACH: in virtio_iommu_handle_command()