Home
last modified time | relevance | path

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

/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()
1439 if (WARN_ON(!mutex_is_locked(&kvm->arch.mmu_setup_lock))) in resize_hpt_release()
1466 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()
1473 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()
1486 mutex_lock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()
1497 mutex_unlock(&kvm->arch.mmu_setup_lock); in resize_hpt_prepare_work()
1514 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()
1557 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_prepare()
1580 mutex_lock(&kvm->arch.mmu_setup_lock); in kvm_vm_ioctl_resize_hpt_commit()
[all …]
Dbook3s_hv.c2348 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()
2351 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmppc_core_vcpu_create_hv()
3889 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()
3899 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_setup_mmu()
4787 mutex_init(&kvm->arch.mmu_setup_lock); in kvmppc_core_init_vm_hv()
5314 mutex_lock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()
5342 mutex_unlock(&kvm->arch.mmu_setup_lock); in kvmhv_configure_mmu()
/arch/powerpc/include/asm/
Dkvm_host.h333 struct mutex mmu_setup_lock; /* nests inside vcpu mutexes */ member