Searched refs:MAP_UNINITIALIZED (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dmman.h27 #ifndef MAP_UNINITIALIZED
28 #define MAP_UNINITIALIZED 0 macro
47 | MAP_UNINITIALIZED \
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h44 /* MAP_UNINITIALIZED is undefined on alpha, fix it for perf */
45 #define MAP_UNINITIALIZED 0 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h43 /* MAP_UNINITIALIZED is undefined on mips, fix it for perf */
44 #define MAP_UNINITIALIZED 0 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h44 /* MAP_UNINITIALIZED is undefined on xtensa, fix it for perf */
45 #define MAP_UNINITIALIZED 0 macro
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h33 #define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h33 #define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h42 #define MAP_UNINITIALIZED 0 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h59 #define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h28 #define MAP_UNINITIALIZED 0 /* uninitialized anonymous mmap */ macro
/linux-master/mm/
H A Dnommu.c1186 !(flags & MAP_UNINITIALIZED)))
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c422 MAP_UNINITIALIZED | MAP_GROWSDOWN,

Completed in 208 milliseconds