Searched refs:RAM_RESIZEABLE (Results 1 – 2 of 2) sorted by relevance
1760 if (!(block->flags & RAM_RESIZEABLE)) { in qemu_ram_resize()2036 RAM_RESIZEABLE)) == 0); in qemu_ram_alloc_from_fd()2191 assert((ram_flags & ~(RAM_SHARED | RAM_RESIZEABLE | RAM_PREALLOC | in qemu_ram_alloc_internal()2285 RAM_RESIZEABLE, mr, errp); in qemu_ram_alloc_resizeable()
224 #define RAM_RESIZEABLE (1 << 2) macro