Searched refs:memory_region_ram_resize (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 610 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 740 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 1032 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 2007 void memory_region_ram_resize(MemoryRegion *mr, ram_addr_t newsize,
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 632 memory_region_ram_resize(mr, size, &error_abort); in fw_cfg_update_mr()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 2634 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
|
/openbmc/qemu/system/ |
H A D | memory.c | 2601 void memory_region_ram_resize(MemoryRegion *mr, ram_addr_t newsize, Error **errp) in memory_region_ram_resize() function
|