Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/virt/kvm/
Dlocking.rst35 kvm->arch.mmu_unsync_pages_lock are taken inside kvm->arch.mmu_lock, and
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1059 spinlock_t mmu_unsync_pages_lock; member
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c2629 spin_lock(&vcpu->kvm->arch.mmu_unsync_pages_lock); in mmu_try_to_unsync_pages()
2647 spin_unlock(&vcpu->kvm->arch.mmu_unsync_pages_lock); in mmu_try_to_unsync_pages()
5695 spin_lock_init(&kvm->arch.mmu_unsync_pages_lock); in kvm_mmu_init_vm()