Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr.c1006 if (spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) { in spapr_dt_rtas()
1691 if (spapr->resize_hpt == SPAPR_RESIZE_HPT_DISABLED) { in spapr_setup_hpt()
2895 spapr->resize_hpt = SPAPR_RESIZE_HPT_DISABLED; in spapr_machine_init()
2905 if ((spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) && resize_hpt_err) { in spapr_machine_init()
2951 if (spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) { in spapr_machine_init()
3340 case SPAPR_RESIZE_HPT_DISABLED: in spapr_get_resize_hpt()
3357 spapr->resize_hpt = SPAPR_RESIZE_HPT_DISABLED; in spapr_set_resize_hpt()
5183 smc->resize_hpt_default = SPAPR_RESIZE_HPT_DISABLED; in spapr_machine_2_9_class_options()
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()
/qemu/include/hw/ppc/
H A Dspapr.h49 SPAPR_RESIZE_HPT_DISABLED, enumerator