Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/virt/kvm/
Dlocking.rst35 kvm->arch.mmu_unsync_pages_lock are taken inside kvm->arch.mmu_lock, and
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h1168 spinlock_t mmu_unsync_pages_lock; member
/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu.c2717 spin_lock(&kvm->arch.mmu_unsync_pages_lock); in mmu_try_to_unsync_pages()
2735 spin_unlock(&kvm->arch.mmu_unsync_pages_lock); in mmu_try_to_unsync_pages()
5976 spin_lock_init(&kvm->arch.mmu_unsync_pages_lock); in kvm_mmu_init_vm()