Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkvm_host.h805 bool vm_dead; member
841 kvm->vm_dead = true; in kvm_vm_dead()
/linux-6.6.21/virt/kvm/
Dkvm_main.c4124 if (vcpu->kvm->mm != current->mm || vcpu->kvm->vm_dead) in kvm_vcpu_ioctl()
4334 if (vcpu->kvm->mm != current->mm || vcpu->kvm->vm_dead) in kvm_vcpu_compat_ioctl()
4400 if (dev->kvm->mm != current->mm || dev->kvm->vm_dead) in kvm_device_ioctl()
4798 if (kvm->mm != current->mm || kvm->vm_dead) in kvm_vm_ioctl()
5015 if (kvm->mm != current->mm || kvm->vm_dead) in kvm_vm_compat_ioctl()