Searched refs:PROT_GROWSUP (Results 1 – 6 of 6) sorted by relevance
353 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()
15 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
10 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
24 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
31 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end fo growsup vma */ macro