Go to the documentation of this file.
7 #ifndef _UAPI_ASM_POWERPC_MMAN_H
8 #define _UAPI_ASM_POWERPC_MMAN_H
15 #define MAP_RENAME MAP_ANONYMOUS
16 #define MAP_NORESERVE 0x40
17 #define MAP_LOCKED 0x80
19 #define MAP_GROWSDOWN 0x0100
20 #define MAP_DENYWRITE 0x0800
21 #define MAP_EXECUTABLE 0x1000
23 #define MCL_CURRENT 0x2000
24 #define MCL_FUTURE 0x4000
26 #define MAP_POPULATE 0x8000
27 #define MAP_NONBLOCK 0x10000
28 #define MAP_STACK 0x20000
29 #define MAP_HUGETLB 0x40000