Searched refs:PROT_GROWSUP (Results 1 – 6 of 6) sorted by relevance
34 #define PROT_GROWSUP 0x02000000 macro
33 #define PROT_GROWSUP 0x02000000 macro
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
807 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()815 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()816 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()859 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()