Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c746 static ram_addr_t get_current_ram_size(void) in get_current_ram_size() function
770 ram_addr_t vm_ram_size = get_current_ram_size(); in virtio_balloon_set_config()
798 info->actual = get_current_ram_size() - ((uint64_t) dev->actual << in virtio_balloon_stat()
806 ram_addr_t vm_ram_size = get_current_ram_size(); in virtio_balloon_to_target()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c212 static ram_addr_t get_current_ram_size(void) in get_current_ram_size() function
232 ram_addr_t ram_size = get_current_ram_size(); in hv_balloon_total_ram()