Searched refs:qemu_ram_resize (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/system/ |
H A D | ram_addr.h | 146 int qemu_ram_resize(RAMBlock *block, ram_addr_t newsize, Error **errp);
|
/openbmc/qemu/migration/ |
H A D | ram.c | 4087 ret = qemu_ram_resize(block, length, &local_err); in parse_ramblock()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 1736 int qemu_ram_resize(RAMBlock *block, ram_addr_t newsize, Error **errp) 1743 int qemu_ram_resize(RAMBlock *block, ram_addr_t newsize, Error **errp) qemu_ram_resize() function
|
H A D | memory.c | 2584 qemu_ram_resize(mr->ram_block, newsize, errp); in memory_region_ram_resize()
|