Searched refs:mmu_setup_lock (Results 1 – 3 of 3) sorted by relevance
132 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_alloc_reset_hpt()176 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_alloc_reset_hpt()1402 if (WARN_ON(!mutex_is_locked(&kvm->arch.mmu_setup_lock))) in resize_hpt_release()1429 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1436 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1449 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1460 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1477 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1520 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1543 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_commit()[all …]
2781 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()2784 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()4260 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()4270 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()5173 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()5715 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()5743 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()5843 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()5899 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
328 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member