|
@@ -13,6 +13,7 @@
|
|
#define MAP_NONBLOCK 0x10000 /* do not block on IO */
|
|
#define MAP_NONBLOCK 0x10000 /* do not block on IO */
|
|
#define MAP_STACK 0x20000 /* give out an address that is best suited for process/thread stacks */
|
|
#define MAP_STACK 0x20000 /* give out an address that is best suited for process/thread stacks */
|
|
#define MAP_HUGETLB 0x40000 /* create a huge page mapping */
|
|
#define MAP_HUGETLB 0x40000 /* create a huge page mapping */
|
|
|
|
+#define MAP_SYNC 0x80000 /* perform synchronous page faults for the mapping */
|
|
|
|
|
|
/* Bits [26:31] are reserved, see mman-common.h for MAP_HUGETLB usage */
|
|
/* Bits [26:31] are reserved, see mman-common.h for MAP_HUGETLB usage */
|
|
|
|
|