/openbmc/linux/arch/parisc/include/asm/ |
H A D | mman.h | 22 if (flags & MAP_STACK) in arch_calc_vm_flag_bits()
|
/openbmc/linux/tools/testing/selftests/sigaltstack/ |
H A D | sas.c | 126 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 D | mman.h | 30 #define MAP_STACK 0x40000 macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 30 #define MAP_STACK 0x80000 macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 31 #define MAP_STACK 0x40000 macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 30 #define MAP_STACK 0x40000 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman-common.h | 28 #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 D | mman-common.h | 28 #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 D | mman-common.h | 28 #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 D | mman.h | 56 #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 D | mman.h | 25 #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 D | mman.h | 31 #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 D | mman.h | 49 #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 D | mman.h | 49 #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 D | fexit_sleep.c | 42 MAP_ANONYMOUS | MAP_STACK, -1, 0); in test_fexit_sleep()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | sigaltstack.c | 118 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in main()
|
H A D | amx.c | 428 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in alloc_altstack()
|
/openbmc/linux/include/linux/ |
H A D | mman.h | 54 | MAP_STACK \
|
/openbmc/qemu/bsd-user/ |
H A D | mmap.c | 441 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 D | hashchk_test.c | 200 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in hashchk_clone_share_key_test()
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | abi_test.c | 215 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, in TEST_F()
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_fdinfo_test.c | 102 MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, -1, 0); in clone_newns()
|
/openbmc/qemu/util/ |
H A D | oslib-posix.c | 679 #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 D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 54 @@ -255,7 +255,6 @@ pub const MAP_STACK: ::c_int = 0x020000;
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1130 FLAG_TARGET(MAP_STACK),
|