Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/haxm/
Dvm.rs71 ioevents: FnvHashMap<IoEventAddress, Event>, field
206 let mut ioevents = FnvHashMap::default(); in try_clone() localVariable
/external/crosvm/devices/src/pci/
Dcoiommu.rs555 ioevents: Vec<Event>, field
1034 ioevents: Vec<Event>, field
1092 let mut ioevents = Vec::new(); in new() localVariable
1203 let ioevents: Vec<Event> = self in start_pin_thread() localVariable
/external/crosvm/hypervisor/src/whpx/
Dvm.rs81 ioevents: FnvHashMap<IoEventAddress, Event>, field
483 let mut ioevents = FnvHashMap::default(); in try_clone() localVariable
/external/crosvm/devices/src/virtio/
Dvirtio_mmio_device.rs103 pub fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method