Home
last modified time | relevance | path

Searched refs:current_ram_size (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_hcall.c88 uint64_t current_ram_size; in h_resize_hpt_prepare() local
110 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()
H A Dspapr.c1666 uint64_t current_ram_size; in spapr_setup_hpt() local
1668 current_ram_size = MACHINE(spapr)->ram_size + get_plugged_memory_size(); in spapr_setup_hpt()
1669 hpt_shift = spapr_hpt_shift_for_ramsize(current_ram_size); in spapr_setup_hpt()