Searched refs:MAP_STACK (Results 1 – 8 of 8) sorted by relevance
44 #if defined(__arm__) && !defined(MAP_STACK)45 #define MAP_STACK 0x20000 // Daisy build environment has old headers. macro48 #if defined(__mips__) && !defined(MAP_STACK)49 #define MAP_STACK 0x40000 macro147 MAP_STACK | MAP_NORESERVE | MAP_FIXED | in RestrictMmapFlags()
28 #if defined(__arm__) && !defined(MAP_STACK)30 #define MAP_STACK 0x20000 macro122 MAP_SHARED | MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK | MAP_FIXED; in RestrictMmap()
88 #if defined(MAP_STACK) || (defined(HAVE_DECL_MAP_STACK) && HAVE_DECL_MAP_STACK)89 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
20 #ifndef MAP_STACK21 # define MAP_STACK 0x20000 macro