Home
last modified time | relevance | path

Searched refs:PROT_GROWSUP (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/mm/
Dmprotect.c353 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in SYSCALL_DEFINE3()
354 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in SYSCALL_DEFINE3()
355 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in SYSCALL_DEFINE3()
395 if (unlikely(grows & PROT_GROWSUP)) { in SYSCALL_DEFINE3()
/linux-4.4.14/include/uapi/asm-generic/
Dmman-common.h15 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h10 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h10 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h24 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h31 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end fo growsup vma */ macro