Searched refs:mmu_setup_lock (Results 1 – 3 of 3) sorted by relevance
131 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_alloc_reset_hpt()175 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_alloc_reset_hpt()1427 if (WARN_ON(!mutex_is_locked(&kvm->arch.mmu_setup_lock))) in resize_hpt_release()1454 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1461 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1474 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1485 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1502 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1545 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1568 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_commit()[all …]
2411 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()2414 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()3994 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()4004 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()4925 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()5461 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()5489 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()5587 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()5643 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
341 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member