Searched refs:resize_hpt_err (Results 1 – 1 of 1) sorted by relevance
2788 Error *resize_hpt_err = NULL; in spapr_machine_init() local2816 kvmppc_check_papr_resize_hpt(&resize_hpt_err); in spapr_machine_init()2824 if (resize_hpt_err) { in spapr_machine_init()2826 error_free(resize_hpt_err); in spapr_machine_init()2827 resize_hpt_err = NULL; in spapr_machine_init()2835 if ((spapr->resize_hpt != SPAPR_RESIZE_HPT_DISABLED) && resize_hpt_err) { in spapr_machine_init()2839 error_report_err(resize_hpt_err); in spapr_machine_init()2842 error_free(resize_hpt_err); in spapr_machine_init()