Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dmman.h22 if (flags & MAP_STACK) in arch_calc_vm_flag_bits()
/openbmc/linux/tools/testing/selftests/sigaltstack/
H A Dsas.c126 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in main()
170 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in main()
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h30 #define MAP_STACK 0x40000 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h30 #define MAP_STACK 0x80000 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h31 #define MAP_STACK 0x40000 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h30 #define MAP_STACK 0x40000 macro
/openbmc/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
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h28 #define MAP_STACK 0x020000 /* give out an address that is best suited for process/thread stacks */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h28 #define MAP_STACK 0x020000 /* give out an address that is best suited for process/thread stacks */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h56 #define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h25 #define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h31 #define MAP_STACK 0x80000 /* give out an address that is best suited for process/thread stacks */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h49 #define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */ macro
/openbmc/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
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c42 MAP_ANONYMOUS | MAP_STACK, -1, 0); in test_fexit_sleep()
/openbmc/linux/tools/testing/selftests/x86/
H A Dsigaltstack.c118 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in main()
H A Damx.c428 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in alloc_altstack()
/openbmc/linux/include/linux/
H A Dmman.h54 | MAP_STACK \
/openbmc/qemu/bsd-user/
H A Dmmap.c441 if (flags & MAP_STACK) { in target_mmap()
451 if (flags & MAP_STACK) { in target_mmap()
461 MAP_PREFAULT_READ | MAP_ANON | MAP_STACK)) != 0)) { in target_mmap()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c200 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in hashchk_clone_share_key_test()
/openbmc/linux/tools/testing/selftests/user_events/
H A Dabi_test.c215 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, in TEST_F()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c102 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in clone_newns()
/openbmc/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()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch54 @@ -255,7 +255,6 @@ pub const MAP_STACK: ::c_int = 0x020000;
/openbmc/qemu/linux-user/
H A Dstrace.c1130 FLAG_TARGET(MAP_STACK),