HomeSort by relevance Sort by last modified time
    Searched refs:ram_bytes_total (Results 1 - 4 of 4) sorted by null

  /external/qemu/
migration.h 107 uint64_t ram_bytes_total(void);
arch_init.c 208 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()) {
migration.c 151 monitor_printf(mon, "total ram: %" PRIu64 " kbytes\n", ram_bytes_total() >> 10);
sysemu.h 41 uint64_t ram_bytes_total(void);

Completed in 77 milliseconds