Home
last modified time | relevance | path

Searched refs:RAM_PREALLOC_MASK (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dcpu-all.h912 #define RAM_PREALLOC_MASK (1 << 0) macro
Dexec.c2548 new_block->flags |= RAM_PREALLOC_MASK; in qemu_ram_alloc_from_ptr()
2625 if (block->flags & RAM_PREALLOC_MASK) { in qemu_ram_free()
2665 if (block->flags & RAM_PREALLOC_MASK) { in qemu_ram_remap()