Searched refs:ram_bytes_total (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Dmigration.h107 uint64_t ram_bytes_total(void);
H A Darch_init.c208 uint64_t ram_bytes_total(void) function
290 qemu_put_be64(f, ram_bytes_total() | RAM_SAVE_FLAG_MEM_SIZE);
386 if (addr != ram_bytes_total()) {
H A Dmigration.c151 monitor_printf(mon, "total ram: %" PRIu64 " kbytes\n", ram_bytes_total() >> 10);
H A Dsysemu.h41 uint64_t ram_bytes_total(void);

Completed in 91 milliseconds