Home
last modified time | relevance | path

Searched refs:qemu_ram_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/
H A Dram_addr.h130 RAMBlock *qemu_ram_alloc(ram_addr_t size, uint32_t ram_flags, MemoryRegion *mr,
/openbmc/qemu/system/
H A Dmemory.c1699 mr->ram_block = qemu_ram_alloc(size, ram_flags, mr, &err); in memory_region_init_ram_flags_nomigrate()
1856 mr->ram_block = qemu_ram_alloc(size, 0, mr, &err); in memory_region_init_rom_device_nomigrate()
H A Dphysmem.c2050 RAMBlock *qemu_ram_alloc(ram_addr_t size, uint32_t ram_flags, in qemu_ram_alloc() function