Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dxen.c775 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
827 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
838 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_set_attr()
855 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_get_attr()
1284 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_write_hypercall_page()
1391 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_hvm_config()
2060 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_eventfd_update()
2154 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_eventfd_assign()
2175 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_eventfd_deassign()
2195 mutex_lock(&kvm->arch.xen.xen_lock); in kvm_xen_eventfd_reset()
[all …]
/linux-6.15/Documentation/virt/kvm/
H A Dlocking.rst53 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1189 struct mutex xen_lock; member