Searched refs:MAP_SYNC (Results 1 – 15 of 15) sorted by relevance
4 Subject: [PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux7 linux only wires MAP_SYNC and MAP_SHARED_VALIDATE for architectures34 +#ifndef MAP_SYNC35 #define MAP_SYNC 0x036 +#endif /* MAP_SYNC */
4 Subject: [PATCH] Check for MAP_SYNC in sys/mman.h6 Not all arches have wired MAP_SYNC e.g. mips30 #define MAP_SYNC 045 [ AC_MSG_CHECKING([for MAP_SYNC])51 int flags = MAP_SYNC | MAP_SHARED_VALIDATE;
6 This helps compiling with musl which goes ahead and undefines MAP_SYNC
27 #ifndef MAP_SYNC28 #define MAP_SYNC 0 macro156 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
38 # define MAP_SYNC 0x80000 /* Perform synchronous page macro
16 #define MAP_SYNC 0x80000 /* perform synchronous page faults for the mapping */ macro
30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
11 file://0001-Check-for-MAP_SYNC-in-sys-mman.h.patch \
378 .mmap_supported_flags = MAP_SYNC,
931 .mmap_supported_flags = MAP_SYNC,
31 file://0001-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \
1398 .mmap_supported_flags = MAP_SYNC,