Home
last modified time | relevance | path

Searched refs:mmu_setup_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c131 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 …]
Dbook3s_hv.c2408 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()
2411 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()
3950 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()
3960 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()
4863 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()
5399 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()
5427 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()
5525 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
5581 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_svm_off()
/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_host.h341 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member