Searched refs:PROT_GROWSDOWN (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()385 if (unlikely(grows & PROT_GROWSDOWN)) { in SYSCALL_DEFINE3()
14 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
9 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
23 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
30 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro