Home
last modified time | relevance | path

Searched refs:MAP_SYNC (Results 1 – 6 of 6) sorted by relevance

/qemu/util/
H A Dmmap-alloc.c16 #define MAP_SYNC 0x0 macro
204 map_sync_flags = MAP_SYNC | MAP_SHARED_VALIDATE; in mmap_activate()
/qemu/linux-headers/asm-generic/
H A Dmman-common.h30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
/qemu/docs/system/devices/
H A Dvirtio-pmem.rst67 With virtio pmem device, MAP_SYNC mmap flag is not supported. This provides
/qemu/docs/
H A Dnvdimm.txt174 support for the MAP_SYNC flag in the mmap system call (available
179 are not set, if the backend file does not support DAX or if MAP_SYNC
/qemu/linux-user/
H A Dstrace.c1131 FLAG_TARGET(MAP_SYNC),
H A Dsyscall.c5834 #ifndef MAP_SYNC
5835 #define MAP_SYNC 0 macro
5925 host_flags |= MAP_SYNC; in do_mmap()