Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dvfio.rs608 ) -> Result<Arc<Mutex<VfioGroup>>> { in get_group_with_vm()
651 fn get_group(&mut self, id: u32) -> Result<Arc<Mutex<VfioGroup>>> { in get_group()
716 struct VfioGroup { struct
721 impl VfioGroup { argument
846 impl AsRawDescriptor for VfioGroup { implementation