Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dvfio.rs83 pub struct VfioContainer { struct
90 impl VfioContainer { argument
221 impl AsRawDescriptor for VfioContainer { implementation
232 fn new(container: &VfioContainer, id: u32) -> Result<Self, VfioError> { in new()
358 container: Arc<Mutex<VfioContainer>>, in new()