Home
last modified time | relevance | path

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

/cloud-hypervisor/vm-migration/src/
H A Dprotocol.rs225 pub struct MemoryRangeTable { struct
229 impl MemoryRangeTable { implementation
266 pub fn read_from(fd: &mut dyn Read, length: u64) -> Result<MemoryRangeTable, MigratableError> { in read_from()
H A Dlib.rs234 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
/cloud-hypervisor/vmm/src/
H A Dmemory_manager.rs119 pub fn plugged_ranges(&self) -> MemoryRangeTable { in plugged_ranges()
766 saved_regions: MemoryRangeTable, in fill_saved_regions()
2118 ) -> std::result::Result<MemoryRangeTable, MigratableError> { in memory_range_table()
2264 ranges: &MemoryRangeTable, in receive_memory_regions()
2792 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
H A Dvm.rs2452 ranges: &MemoryRangeTable, in send_memory_regions()
2492 pub fn memory_range_table(&self) -> std::result::Result<MemoryRangeTable, MigratableError> { in memory_range_table()
2898 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
H A Ddevice_manager.rs5109 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
/cloud-hypervisor/virtio-devices/src/vhost_user/
H A Dblk.rs397 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
H A Dvu_common_ctrl.rs567 pub fn dirty_log(&mut self, last_ram_addr: u64) -> Result<MemoryRangeTable> { in dirty_log()
H A Dnet.rs454 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
H A Dfs.rs409 fn dirty_log(&mut self) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
H A Dmod.rs487 ) -> std::result::Result<MemoryRangeTable, MigratableError> { in dirty_log()
/cloud-hypervisor/virtio-devices/src/
H A Dmem.rs378 pub fn memory_ranges(&self, start_addr: u64, plugged: bool) -> MemoryRangeTable { in memory_ranges()