Go to the documentation of this file. 1 #ifndef _UAPI__SPARC_MMAN_H__
2 #define _UAPI__SPARC_MMAN_H__
8 #define MAP_RENAME MAP_ANONYMOUS
9 #define MAP_NORESERVE 0x40
10 #define MAP_INHERIT 0x80
11 #define MAP_LOCKED 0x100
12 #define _MAP_NEW 0x80000000
14 #define MAP_GROWSDOWN 0x0200
15 #define MAP_DENYWRITE 0x0800
16 #define MAP_EXECUTABLE 0x1000
18 #define MCL_CURRENT 0x2000
19 #define MCL_FUTURE 0x4000
21 #define MAP_POPULATE 0x8000
22 #define MAP_NONBLOCK 0x10000
23 #define MAP_STACK 0x20000
24 #define MAP_HUGETLB 0x40000