Home
last modified time | relevance | path

Searched refs:xen_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/x86/kvm/
Dxen.c614 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
616 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
622 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
624 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
631 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
633 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
643 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
645 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
654 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
656 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
[all …]
/Linux-v6.6/Documentation/virt/kvm/
Dlocking.rst44 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h1130 struct mutex xen_lock; member