Searched refs:PROT_GROWSDOWN (Results 1 – 11 of 11) sorted by relevance
32 #define PROT_GROWSDOWN 0x01000000 macro
33 #define PROT_GROWSDOWN 0x01000000 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
10 #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
696 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()704 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()705 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()738 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()