Searched refs:get_dirty_log (Results 1 – 6 of 6) sorted by relevance
/external/crosvm/kvm/tests/ |
D | dirty_log.rs | 69 vm.get_dirty_log(slot, &mut dirty_log[..]) in test_run()
|
/external/crosvm/hypervisor/src/ |
D | lib.rs | 96 fn get_dirty_log(&self, slot: MemSlot, dirty_log: &mut [u8]) -> Result<()>; in get_dirty_log() method
|
/external/crosvm/src/plugin/ |
D | process.rs | 687 match self.objects.get(&request.get_dirty_log().id) { in handle_socket() 691 vm.get_dirty_log(slot, &mut dirty_log[..]) in handle_socket()
|
/external/crosvm/crosvm_plugin/src/ |
D | lib.rs | 815 fn get_dirty_log(&mut self, crosvm: &mut crosvm) -> result::Result<Vec<u8>, c_int> { in get_dirty_log() method 849 match this.get_dirty_log(crosvm) { in crosvm_memory_get_dirty_log()
|
/external/crosvm/hypervisor/src/kvm/ |
D | mod.rs | 553 fn get_dirty_log(&self, slot: MemSlot, dirty_log: &mut [u8]) -> Result<()> { in get_dirty_log() method
|
/external/crosvm/kvm/src/ |
D | lib.rs | 400 pub fn get_dirty_log(&self, slot: u32, dirty_log: &mut [u8]) -> Result<()> { in get_dirty_log() method
|