Searched refs:mem_path (Results 1 – 3 of 3) sorted by relevance
482 extern const char *mem_path;
1094 if (mem_path) { in qemu_ram_alloc_from_ptr()1100 if (mem_path) { in qemu_ram_alloc_from_ptr()1111 new_block->host = file_ram_alloc(new_block, size, mem_path); in qemu_ram_alloc_from_ptr()
264 const char *mem_path = NULL; variable