Home
last modified time | relevance | path

Searched refs:resize_hpt (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/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()
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.c5512 kvm->arch.resize_hpt = NULL; in kvmppc_core_init_vm_hv()
/openbmc/qemu/hw/ppc/
H A Dspapr.c947 if (spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) { in spapr_dt_rtas()
1630 if (spapr->resize_hpt == SPAPR_RESIZE_HPT_DISABLED) { in spapr_setup_hpt()
2817 if (spapr->resize_hpt == SPAPR_RESIZE_HPT_DEFAULT) { in spapr_machine_init()
2825 spapr->resize_hpt = SPAPR_RESIZE_HPT_DISABLED; in spapr_machine_init()
2829 spapr->resize_hpt = smc->resize_hpt_default; in spapr_machine_init()
2833 assert(spapr->resize_hpt != SPAPR_RESIZE_HPT_DEFAULT); in spapr_machine_init()
2835 if ((spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) && resize_hpt_err) { in spapr_machine_init()
2879 if (spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) { in spapr_machine_init()
3259 switch (spapr->resize_hpt) { in spapr_get_resize_hpt()
3277 spapr->resize_hpt = SPAPR_RESIZE_HPT_DEFAULT; in spapr_set_resize_hpt()
[all …]
H A Dspapr_hcall.c91 if (spapr->resize_hpt == SPAPR_RESIZE_HPT_DISABLED) { in h_resize_hpt_prepare()
173 if (spapr->resize_hpt == SPAPR_RESIZE_HPT_DISABLED) { in h_resize_hpt_commit()
1246 if (spapr->resize_hpt == SPAPR_RESIZE_HPT_REQUIRED) { in do_client_architecture_support()
/openbmc/linux/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()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h163 int (*resize_hpt)(unsigned long shift); member
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h305 struct kvm_resize_hpt *resize_hpt; /* protected by kvm->lock */ member
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h193 SpaprResizeHpt resize_hpt; member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1717 mmu_hash_ops.resize_hpt = pseries_lpar_resize_hpt; in hpte_init_pseries()