Searched defs:VfioDevice (Results 1 – 4 of 4) sorted by relevance
978 pub struct VfioDevice { struct982 dev_type: VfioDeviceType, argument994 impl VfioDevice { argument1938 impl AsRawDescriptor for VfioDevice { implementation
93 pub fn new(device: VfioDevice, vm_memory_client: VmMemoryClient) -> Self { in new()
255 type VfioDevice = Strong<dyn IBoundDevice>; typedef484 vfio_devices: Vec<VfioDevice>, in monitor_vm_exit()
697 device: VfioDevice, in new()