Go to the documentation of this file.
15 #ifndef _ASM_TILE_MMAN_H
16 #define _ASM_TILE_MMAN_H
23 #define MAP_POPULATE 0x0040
24 #define MAP_NONBLOCK 0x0080
25 #define MAP_GROWSDOWN 0x0100
26 #define MAP_STACK MAP_GROWSDOWN
27 #define MAP_LOCKED 0x0200
28 #define MAP_NORESERVE 0x0400
29 #define MAP_DENYWRITE 0x0800
30 #define MAP_EXECUTABLE 0x1000
31 #define MAP_HUGETLB 0x4000