Home
last modified time | relevance | path

Searched refs:MAP_STACK (Results 1 – 5 of 5) sorted by relevance

/qemu/linux-headers/asm-generic/
H A Dmman-common.h28 #define MAP_STACK 0x020000 /* give out an address that is best suited for process/thread stacks */ macro
/qemu/linux-headers/asm-mips/
H A Dmman.h49 #define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */ macro
/qemu/bsd-user/
H A Dmmap.c407 if (flags & MAP_STACK) { in target_mmap()
417 if (flags & MAP_STACK) { in target_mmap()
427 MAP_PREFAULT_READ | MAP_ANON | MAP_STACK)) != 0)) { in target_mmap()
/qemu/util/
H A Doslib-posix.c679 #if defined(MAP_STACK) && defined(__OpenBSD__) in qemu_alloc_stack()
686 flags |= MAP_STACK; in qemu_alloc_stack()
/qemu/linux-user/
H A Dstrace.c1130 FLAG_TARGET(MAP_STACK),