Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dvfio.rs377 ) -> Result<Arc<Mutex<VfioGroup>>> { in get_group_with_vm()
430 fn get_group(&mut self, id: u32) -> Result<Arc<Mutex<VfioGroup>>> { in get_group()
494 struct VfioGroup { struct
499 impl VfioGroup { impl
621 impl AsRawDescriptor for VfioGroup { implementation