Searched defs:ioevents (Results 1 – 6 of 6) sorted by relevance
| /external/crosvm/devices/src/pci/ |
| D | coiommu.rs | 545 ioevents: Vec<Event>, field 1024 ioevents: Vec<Event>, field 1082 let mut ioevents = Vec::new(); in new() localVariable 1199 let ioevents = self in start_pin_thread() localVariable 1576 fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method
|
| D | pci_device.rs | 389 fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method 593 let ioevents = self.ioevents(); in config_register_write() localVariable 692 fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method 1091 let ioevents = vec![ in test_get_ioevent_request() localVariable
|
| /external/crosvm/hypervisor/src/haxm/ |
| D | vm.rs | 71 ioevents: FnvHashMap<IoEventAddress, Event>, field 204 let mut ioevents = FnvHashMap::default(); in try_clone() localVariable
|
| /external/crosvm/hypervisor/src/whpx/ |
| D | vm.rs | 80 ioevents: FnvHashMap<IoEventAddress, Event>, field 392 let mut ioevents = FnvHashMap::default(); in try_clone() localVariable
|
| /external/crosvm/devices/src/virtio/ |
| D | virtio_mmio_device.rs | 108 pub fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method
|
| D | virtio_pci_device.rs | 744 fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method
|