Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dxen.c708 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
719 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
727 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
760 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
767 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
769 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
779 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
781 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
790 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
792 mutex_unlock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
[all …]
/linux/Documentation/virt/kvm/
H A Dlocking.rst44 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
/linux/arch/x86/include/asm/
H A Dkvm_host.h1163 struct mutex xen_lock; member