Searched refs:update_vm (Results 1 – 2 of 2) sorted by relevance
14 use crate::virt::kvm::update_vm;181 update_vm(0, current_vm); in ioctl()223 update_vm(0, current_vm); in kvm_vm_ioctl_create_vcpu()
45 pub fn update_vm(id: usize, new_vm: Vm) { in update_vm() function