Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
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-5.19.10/arch/ia64/mm/
Dinit.c124 if (!(current->personality & MMAP_PAGE_ZERO)) { in ia64_init_addr_space()
/linux-5.19.10/fs/
Dbinfmt_elf.c1323 if (current->personality & MMAP_PAGE_ZERO) { in load_elf_binary()