Home
last modified time | relevance | path

Searched defs:VirtioIOMMUVfioResult (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/iommu/sys/
Dunix.rs41 ) -> VirtioIOMMUVfioResult { in handle_add_vfio_device()
63 ) -> VirtioIOMMUVfioResult { in handle_del_vfio_device()
80 ) -> VirtioIOMMUVfioResult { in handle_map_dmabuf()
106 ) -> VirtioIOMMUVfioResult { in handle_unmap_dmabuf()
/external/crosvm/vm_control/src/
Dlib.rs2029 pub enum VirtioIOMMUVfioResult { enum
2038 impl Display for VirtioIOMMUVfioResult { implementation