Home
last modified time | relevance | path

Searched refs:vm_dead (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dkvm_host.h620 bool vm_dead; member
656 kvm->vm_dead = true; in kvm_vm_dead()
/linux/virt/kvm/
A Dkvm_main.c3690 if (vcpu->kvm->mm != current->mm || vcpu->kvm->vm_dead) in kvm_vcpu_ioctl()
3900 if (vcpu->kvm->mm != current->mm || vcpu->kvm->vm_dead) in kvm_vcpu_compat_ioctl()
3966 if (dev->kvm->mm != current->mm || dev->kvm->vm_dead) in kvm_device_ioctl()
4288 if (kvm->mm != current->mm || kvm->vm_dead) in kvm_vm_ioctl()
4499 if (kvm->mm != current->mm || kvm->vm_dead) in kvm_vm_compat_ioctl()

Completed in 19 milliseconds