Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Dkvm_main.c4414 if (vcpu->kvm->mm != current->mm || vcpu->kvm->vm_dead) in kvm_vcpu_ioctl()
4663 if (vcpu->kvm->mm != current->mm || vcpu->kvm->vm_dead) in kvm_vcpu_compat_ioctl()
4729 if (dev->kvm->mm != current->mm || dev->kvm->vm_dead) in kvm_device_ioctl()
5154 if (kvm->mm != current->mm || kvm->vm_dead) in kvm_vm_ioctl()
5418 if (kvm->mm != current->mm || kvm->vm_dead) in kvm_vm_compat_ioctl()
/linux/include/linux/
H A Dkvm_host.h869 bool vm_dead; member
909 kvm->vm_dead = true; in kvm_vm_dead()