Searched refs:MAP_STACK (Results 1 – 6 of 6) sorted by relevance
57 #if defined(__arm__) && !defined(MAP_STACK)58 #define MAP_STACK 0x20000 // Daisy build environment has old headers. macro61 #if defined(__mips__) && !defined(MAP_STACK)62 #define MAP_STACK 0x40000 macro166 MAP_STACK | MAP_NORESERVE | MAP_FIXED | in RestrictMmapFlags()
99 #if defined(MAP_STACK) || (defined(HAVE_DECL_MAP_STACK) && HAVE_DECL_MAP_STACK)100 XLAT(MAP_STACK),
49 MAP_STACK
13 #define MAP_STACK 0x20000 /* give out an address that is best suited for process/thread stacks */ macro
49 #define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */ macro
20 #define MAP_STACK 0x200 macro