Searched refs:mmu_lock (Results 26 - 30 of 30) sorted by relevance

12

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c5402 spin_lock(&kvm->mmu_lock);
5404 spin_unlock(&kvm->mmu_lock);
5430 spin_lock(&kvm->mmu_lock);
5432 spin_unlock(&kvm->mmu_lock);
/linux-master/virt/kvm/
H A Dkvm_main.c386 * mmu_lock. The interaction between the various operations on memslot
752 lockdep_assert_held_write(&kvm->mmu_lock);
755 * spte can be established without taking the mmu_lock and
756 * count is also read inside the mmu_lock critical section.
768 lockdep_assert_held_write(&kvm->mmu_lock);
827 * before acquiring mmu_lock, to avoid holding mmu_lock while acquiring
831 * Because this runs without holding mmu_lock, the pfn caches must use
840 * dropping mmu_lock, as x86's reclaim path is slooooow.
850 lockdep_assert_held_write(&kvm->mmu_lock);
[all...]
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c8342 mutex_lock(&hdev->mmu_lock);
8354 mutex_unlock(&hdev->mmu_lock);
8362 mutex_unlock(&hdev->mmu_lock);
8382 mutex_lock(&hdev->mmu_lock);
8388 mutex_unlock(&hdev->mmu_lock);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c6809 read_lock(&vcpu->kvm->mmu_lock);
6812 read_unlock(&vcpu->kvm->mmu_lock);
6817 read_unlock(&vcpu->kvm->mmu_lock);
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h3228 * @mmu_lock: protects the MMU page tables and invalidation h/w. Although the
3412 struct mutex mmu_lock; member in struct:hl_device

Completed in 282 milliseconds

12