Home
last modified time | relevance | path

Searched refs:QEMU_MAP_NORESERVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dmmap-alloc.h64 #define QEMU_MAP_NORESERVE (1 << 3) macro
/openbmc/qemu/util/
H A Dmmap-alloc.c187 const bool noreserve = qemu_map_flags & QEMU_MAP_NORESERVE; in mmap_activate()
H A Doslib-posix.c196 (noreserve ? QEMU_MAP_NORESERVE : 0); in qemu_anon_ram_alloc()
/openbmc/qemu/system/
H A Dphysmem.c1467 qemu_map_flags |= (block->flags & RAM_NORESERVE) ? QEMU_MAP_NORESERVE : 0; in file_ram_alloc()