Searched refs:PROT_GROWSDOWN (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()559 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()
33 #define PROT_GROWSDOWN 0x01000000 macro
32 #define PROT_GROWSDOWN 0x01000000 macro
15 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
31 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
36 #define PROT_GROWSDOWN 0x01000000 /* Extend change to start of macro