Home
last modified time | relevance | path

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

/qemu/linux-headers/asm-generic/
H A Dmman-common.h43 #define MS_SYNC 4 /* synchronous memory sync */ macro
/qemu/linux-headers/asm-mips/
H A Dmman.h58 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/qemu/util/
H A Doslib-posix.c808 return msync(addr, length, MS_SYNC); in qemu_msync()
/qemu/linux-user/
H A Dsyscall.c7574 ((arg & TARGET_MS_SYNC) ? MS_SYNC : 0) | in target_to_host_msync_arg()