Searched refs:PROT_GROWSUP (Results 1 – 15 of 15) sorted by relevance
520 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()526 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()527 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()569 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()
34 #define PROT_GROWSUP 0x02000000 macro
33 #define PROT_GROWSUP 0x02000000 macro
16 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
32 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end fo growsup vma */ macro
25 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
38 #define PROT_GROWSUP 0x02000000 /* Extend change to start of macro