Searched refs:MAP_ABOVE4G (Results 1 – 5 of 5) sorted by relevance
18 #ifndef MAP_ABOVE4G19 #define MAP_ABOVE4G 0 macro56 | MAP_ABOVE4G \
6 #define MAP_ABOVE4G 0x80 /* only map above 4GB */ macro
196 if (!in_32bit_syscall() && (flags & MAP_ABOVE4G)) in arch_get_unmapped_area_topdown()
103 int flags = MAP_ANONYMOUS | MAP_PRIVATE | MAP_ABOVE4G; in alloc_shstk()