Home
last modified time | relevance | path

Searched refs:resize_hpt (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1439 if (kvm->arch.resize_hpt == resize) in resize_hpt_release()
1440 kvm->arch.resize_hpt = NULL; in resize_hpt_release()
1457 if (kvm->arch.resize_hpt == resize) { in resize_hpt_prepare_work()
1475 /* It is possible that kvm->arch.resize_hpt != resize in resize_hpt_prepare_work()
1482 if (kvm->arch.resize_hpt != resize) in resize_hpt_prepare_work()
1504 resize = kvm->arch.resize_hpt; in kvm_vm_ioctl_resize_hpt_prepare()
1538 kvm->arch.resize_hpt = resize; in kvm_vm_ioctl_resize_hpt_prepare()
1570 resize = kvm->arch.resize_hpt; in kvm_vm_ioctl_resize_hpt_commit()
H A Dbook3s_hv.c5008 kvm->arch.resize_hpt = NULL; in kvmppc_core_init_vm_hv()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1437 if (kvm->arch.resize_hpt == resize) in resize_hpt_release()
1438 kvm->arch.resize_hpt = NULL; in resize_hpt_release()
1455 if (kvm->arch.resize_hpt == resize) { in resize_hpt_prepare_work()
1473 /* It is possible that kvm->arch.resize_hpt != resize in resize_hpt_prepare_work()
1480 if (kvm->arch.resize_hpt != resize) in resize_hpt_prepare_work()
1502 resize = kvm->arch.resize_hpt; in kvm_vm_ioctl_resize_hpt_prepare()
1536 kvm->arch.resize_hpt = resize; in kvm_vm_ioctl_resize_hpt_prepare()
1568 resize = kvm->arch.resize_hpt; in kvm_vm_ioctl_resize_hpt_commit()
H A Dbook3s_hv.c5504 kvm->arch.resize_hpt = NULL; in kvmppc_core_init_vm_hv()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c811 if (!mmu_hash_ops.resize_hpt) in resize_hpt_for_hotplug()
826 return mmu_hash_ops.resize_hpt(target_hpt_shift); in resize_hpt_for_hotplug()
2026 if (!mmu_hash_ops.resize_hpt) in hpt_order_set()
2030 ret = mmu_hash_ops.resize_hpt(val); in hpt_order_set()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_utils.c943 if (!mmu_hash_ops.resize_hpt) in resize_hpt_for_hotplug()
958 return mmu_hash_ops.resize_hpt(target_hpt_shift); in resize_hpt_for_hotplug()
2238 if (!mmu_hash_ops.resize_hpt) in hpt_order_set()
2242 ret = mmu_hash_ops.resize_hpt(val); in hpt_order_set()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h163 int (*resize_hpt)(unsigned long shift); member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h163 int (*resize_hpt)(unsigned long shift); member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_host.h313 struct kvm_resize_hpt *resize_hpt; /* protected by kvm->lock */ member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_host.h305 struct kvm_resize_hpt *resize_hpt; /* protected by kvm->lock */ member
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dlpar.c1711 mmu_hash_ops.resize_hpt = pseries_lpar_resize_hpt; in hpte_init_pseries()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dlpar.c1717 mmu_hash_ops.resize_hpt = pseries_lpar_resize_hpt; in hpte_init_pseries()

Completed in 40 milliseconds