Home
last modified time | relevance | path

Searched refs:QEMU_MAP_READONLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dmmap-alloc.h49 #define QEMU_MAP_READONLY (1 << 0) macro
/openbmc/qemu/util/
H A Dmmap-alloc.c88 const bool readonly = qemu_map_flags & QEMU_MAP_READONLY; in map_noreserve_effective()
188 const bool readonly = qemu_map_flags & QEMU_MAP_READONLY; in mmap_activate()
/openbmc/qemu/system/
H A Dphysmem.c1464 qemu_map_flags = (block->flags & RAM_READONLY) ? QEMU_MAP_READONLY : 0; in file_ram_alloc()