Home
last modified time | relevance | path

Searched refs:ram_bytes_total (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/migration/
H A Dram.h49 uint64_t ram_bytes_total(void);
H A Dram.c344 uint64_t ram_bytes_total; member
2282 if (!rs->ram_bytes_total) { in ram_find_and_save_block()
2340 uint64_t ram_bytes_total(void) in ram_bytes_total() function
2737 (*rsp)->ram_bytes_total = ram_bytes_total(); in ram_state_init()
2744 (*rsp)->migration_dirty_pages = (*rsp)->ram_bytes_total >> TARGET_PAGE_BITS; in ram_state_init()
2758 if (ram_bytes_total()) { in ram_list_init_bitmaps()
3440 if (ram_bytes_total()) { in colo_init_ram_cache()
H A Dmigration.c1077 info->ram->total = ram_bytes_total(); in populate_ram_info()