Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c2411 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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_host.h341 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member