Home
last modified time | relevance | path

Searched refs:MMAP_PAGE_ZERO (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dpersonality.h17 MMAP_PAGE_ZERO = 0x0100000, enumerator
34 MMAP_PAGE_ZERO)
46 PER_SVR4 = 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
63 PER_UW7 = 0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
/linux/fs/
H A Dbinfmt_elf.c1350 if (current->personality & MMAP_PAGE_ZERO) { in load_elf_binary()