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.c364 uint64_t ram_bytes_total; member
2245 if (!rs->ram_bytes_total) { in ram_find_and_save_block()
2303 uint64_t ram_bytes_total(void) in ram_bytes_total() function
2704 (*rsp)->ram_bytes_total = ram_bytes_total(); in ram_state_init()
2711 (*rsp)->migration_dirty_pages = (*rsp)->ram_bytes_total >> TARGET_PAGE_BITS; in ram_state_init()
2725 if (ram_bytes_total()) { in ram_list_init_bitmaps()
3552 if (ram_bytes_total()) { in colo_init_ram_cache()
H A Dmigration.c1193 info->ram->total = ram_bytes_total(); in populate_ram_info()