Searched refs:resize_hpt_err (Results 1 – 1 of 1) sorted by relevance
2818 Error *resize_hpt_err = NULL; in spapr_machine_init() local2846 kvmppc_check_papr_resize_hpt(&resize_hpt_err); in spapr_machine_init()2854 if (resize_hpt_err) { in spapr_machine_init()2856 error_free(resize_hpt_err); in spapr_machine_init()2857 resize_hpt_err = NULL; in spapr_machine_init()2865 if ((spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) && resize_hpt_err) { in spapr_machine_init()2869 error_report_err(resize_hpt_err); in spapr_machine_init()2872 error_free(resize_hpt_err); in spapr_machine_init()