Searched refs:current_ram_size (Results 1 – 2 of 2) sorted by relevance
88 uint64_t current_ram_size; in h_resize_hpt_prepare() local110 current_ram_size = MACHINE(spapr)->ram_size + get_plugged_memory_size(); in h_resize_hpt_prepare()115 if (shift > (spapr_hpt_shift_for_ramsize(current_ram_size) + 1)) { in h_resize_hpt_prepare()
1633 uint64_t current_ram_size; in spapr_setup_hpt() local1635 current_ram_size = MACHINE(spapr)->ram_size + get_plugged_memory_size(); in spapr_setup_hpt()1636 hpt_shift = spapr_hpt_shift_for_ramsize(current_ram_size); in spapr_setup_hpt()