Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/iommu/
Dvfio_wrapper.rs18 pub struct VfioWrapper { struct
23 impl VfioWrapper { impl
33 impl MemoryMapper for VfioWrapper { implementation
78 fn as_vfio_wrapper(&self) -> Option<&VfioWrapper> { in as_vfio_wrapper()
81 fn as_vfio_wrapper_mut(&mut self) -> Option<&mut VfioWrapper> { in as_vfio_wrapper_mut()
84 fn into_vfio_wrapper(self: Box<Self>) -> Option<Box<VfioWrapper>> { in into_vfio_wrapper()
89 impl Translate for VfioWrapper { implementation
95 impl AsRawDescriptors for VfioWrapper { implementation
Dmemory_mapper.rs108 fn as_vfio_wrapper(&self) -> Option<&VfioWrapper> { in as_vfio_wrapper()
111 fn as_vfio_wrapper_mut(&mut self) -> Option<&mut VfioWrapper> { in as_vfio_wrapper_mut()
114 fn into_vfio_wrapper(self: Box<Self>) -> Option<Box<VfioWrapper>> { in into_vfio_wrapper()