Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dvfio.rs609 ) -> Result<Arc<Mutex<VfioGroup>>> { in get_group_with_vm()
652 fn get_group(&mut self, id: u32) -> Result<Arc<Mutex<VfioGroup>>> { in get_group()
717 struct VfioGroup { struct
722 impl VfioGroup { impl
847 impl AsRawDescriptor for VfioGroup { implementation