Lines Matching +full:sync +full:- +full:flag
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
7 Based on: asm-xxx/mman.h
14 /* 0x10 reserved for arch-specific use */
15 /* 0x20 reserved for arch-specific use */
17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
20 /* 0x01 - 0x03 are defined in linux/mman.h */
25 /* 0x0100 - 0x4000 flags are defined in asm-generic/mman.h */
41 #define MS_ASYNC 1 /* sync memory asynchronously */
43 #define MS_SYNC 4 /* synchronous memory sync */
67 #define MADV_DODUMP 17 /* Clear the MADV_DONTDUMP flag */