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()1425 if (WARN_ON(!mutex_is_locked(&kvm->arch.mmu_setup_lock))) in resize_hpt_release()1452 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1459 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1472 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1483 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()1500 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1543 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()1566 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_commit()[all …]
3006 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()3009 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()4459 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()4469 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()5420 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()5967 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()5995 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()6095 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()6152 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
333 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member