Searched refs:RAM_RESIZEABLE (Results 1 – 2 of 2) sorted by relevance
1723 if (!(block->flags & RAM_RESIZEABLE)) { in qemu_ram_resize()2074 assert((ram_flags & ~(RAM_SHARED | RAM_RESIZEABLE | RAM_PREALLOC | in qemu_ram_alloc_internal()2124 RAM_RESIZEABLE, mr, errp); in qemu_ram_alloc_resizeable()
205 #define RAM_RESIZEABLE (1 << 2) macro