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()1424 if (WARN_ON(!mutex_is_locked(&kvm->arch.mmu_setup_lock))) in resize_hpt_release()1451 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1458 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1471 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1482 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1499 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1542 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1565 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_commit()[all …]
2998 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()3001 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()4442 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()4452 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()5398 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()5945 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()5973 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()6073 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()6130 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
333 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member