Home
last modified time | relevance | path

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

/qemu/include/system/
H A Dram_addr.h128 RAMBlock *qemu_ram_alloc_from_file(ram_addr_t size, MemoryRegion *mr,
/qemu/system/
H A Dmemory.c1648 mr->ram_block = qemu_ram_alloc_from_file(size, mr, ram_flags, path, in memory_region_init_ram_from_file()
H A Dphysmem.c2085 RAMBlock *qemu_ram_alloc_from_file(ram_addr_t size, MemoryRegion *mr, in qemu_ram_alloc_from_file() function