Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/iommu/sys/
Dunix.rs23 use vm_control::VirtioIOMMUVfioResult;
41 ) -> VirtioIOMMUVfioResult { in handle_add_vfio_device() argument
52 return VirtioIOMMUVfioResult::NotInPCIRanges; in handle_add_vfio_device()
57 VirtioIOMMUVfioResult::Ok in handle_add_vfio_device()
63 ) -> VirtioIOMMUVfioResult { in handle_del_vfio_device() argument
66 return VirtioIOMMUVfioResult::NoSuchDevice; in handle_del_vfio_device()
71 VirtioIOMMUVfioResult::Ok in handle_del_vfio_device()
80 ) -> VirtioIOMMUVfioResult { in handle_map_dmabuf() argument
88 return VirtioIOMMUVfioResult::InvalidParam; in handle_map_dmabuf()
100 VirtioIOMMUVfioResult::Ok in handle_map_dmabuf()
[all …]
/external/crosvm/vm_control/src/
Dlib.rs580 Ok(VirtioIOMMUResponse::VfioResponse(VirtioIOMMUVfioResult::Ok)) => (), in execute()
605 VirtioIOMMUVfioResult::Ok, in execute()
2001 VfioControl(VirtioIOMMUVfioResult),
2029 pub enum VirtioIOMMUVfioResult { enum
2038 impl Display for VirtioIOMMUVfioResult { implementation
2040 use self::VirtioIOMMUVfioResult::*; in fmt()
2074 VfioResponse(VirtioIOMMUVfioResult),
/external/crosvm/src/crosvm/sys/
Dunix.rs2249 VirtioIOMMUResponse::VfioResponse(VirtioIOMMUVfioResult::Ok) => (), in add_hotplug_device()
2335 VirtioIOMMUResponse::VfioResponse(VirtioIOMMUVfioResult::Ok) => (), in remove_hotplug_device()