Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dvfio.rs622 ) -> Result<Arc<Mutex<VfioGroup>>> { in get_group_with_vm()
665 fn get_group(&mut self, id: u32) -> Result<Arc<Mutex<VfioGroup>>> { in get_group()
730 struct VfioGroup { struct
735 impl VfioGroup { impl
864 impl AsRawDescriptor for VfioGroup { implementation