Searched refs:mmu_setup_lock (Results 1 – 3 of 3) sorted by relevance
133 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_alloc_reset_hpt()177 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_alloc_reset_hpt()1413 if (WARN_ON(!mutex_is_locked(&kvm->arch.mmu_setup_lock))) in resize_hpt_release()1440 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1447 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1460 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1471 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1488 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1531 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1554 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_commit()[all …]
3095 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()3098 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()4672 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()4682 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()5654 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()6238 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()6266 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()6368 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()6425 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
332 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member