Searched refs:spapr_reallocate_hpt (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 928 int spapr_reallocate_hpt(SpaprMachineState *spapr, int shift, Error **errp);
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 1257 spapr_reallocate_hpt(spapr, maxshift, &error_fatal); in do_client_architecture_support()
|
H A D | spapr.c | 1633 int spapr_reallocate_hpt(SpaprMachineState *spapr, int shift, Error **errp) in spapr_reallocate_hpt() function 1697 spapr_reallocate_hpt(spapr, hpt_shift, &error_fatal); in spapr_setup_hpt() 2469 ret = spapr_reallocate_hpt(spapr, section_hdr, &local_err); in htab_load()
|