Home
last modified time | relevance | path

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

/openbmc/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,
/openbmc/linux/arch/ia64/mm/
H A Dinit.c138 if (!(current->personality & MMAP_PAGE_ZERO)) { in ia64_init_addr_space()
/openbmc/qemu/linux-user/
H A Delfload.c70 MMAP_PAGE_ZERO = 0x0100000, enumerator
90 PER_SVR4 = 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
106 PER_UW7 = 0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
/openbmc/linux/fs/
H A Dbinfmt_elf.c1323 if (current->personality & MMAP_PAGE_ZERO) { in load_elf_binary()