Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/virt/kvm/
Dlocking.rst47 kvm->arch.mmu_unsync_pages_lock are taken inside kvm->arch.mmu_lock, and
/linux-6.6.21/arch/x86/include/asm/
Dkvm_host.h1276 spinlock_t mmu_unsync_pages_lock; member
/linux-6.6.21/arch/x86/kvm/mmu/
Dmmu.c2838 spin_lock(&kvm->arch.mmu_unsync_pages_lock); in mmu_try_to_unsync_pages()
2856 spin_unlock(&kvm->arch.mmu_unsync_pages_lock); in mmu_try_to_unsync_pages()
6175 spin_lock_init(&kvm->arch.mmu_unsync_pages_lock); in kvm_mmu_init_vm()