Home
last modified time | relevance | path

Searched refs:memory_region_ram_resize (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/loongarch/
H A Dacpi-build.c610 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c740 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c1032 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
/openbmc/qemu/include/exec/
H A Dmemory.h2007 void memory_region_ram_resize(MemoryRegion *mr, ram_addr_t newsize,
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c632 memory_region_ram_resize(mr, size, &error_abort); in fw_cfg_update_mr()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c2634 memory_region_ram_resize(mr, size, &error_abort); in acpi_ram_update()
/openbmc/qemu/system/
H A Dmemory.c2601 void memory_region_ram_resize(MemoryRegion *mr, ram_addr_t newsize, Error **errp) in memory_region_ram_resize() function