Home
last modified time | relevance | path

Searched refs:MAP_UNINITIALIZED (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dmman.h24 #ifndef MAP_UNINITIALIZED
25 #define MAP_UNINITIALIZED 0 macro
41 | MAP_UNINITIALIZED \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dmman-common.h25 # define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized */ macro
27 # define MAP_UNINITIALIZED 0x0 /* Don't support this flag */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dmman-common.h25 # define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized */ macro
27 # define MAP_UNINITIALIZED 0x0 /* Don't support this flag */ macro
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Dmman.h44 #define MAP_UNINITIALIZED 0 macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Dmman.h45 #define MAP_UNINITIALIZED 0 macro
/OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h45 #define MAP_UNINITIALIZED 0 macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Dmman.h42 #define MAP_UNINITIALIZED 0 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dmman-common.h33 #define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dmman-common.h33 #define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dmman.h59 #define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dmman.h28 #define MAP_UNINITIALIZED 0 /* uninitialized anonymous mmap */ macro
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst139 returned by malloc() - mmap() can take a MAP_UNINITIALIZED flag to
/OK3568_Linux_fs/kernel/mm/
H A Dnommu.c1241 !(flags & MAP_UNINITIALIZED))) in do_mmap()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf_fdpic.c423 MAP_UNINITIALIZED | MAP_GROWSDOWN, in load_elf_fdpic_binary()
/OK3568_Linux_fs/kernel/init/
H A DKconfig2066 mmap() skip that if it is given an MAP_UNINITIALIZED flag, thus