Searched refs:PROT_GROWSDOWN (Results 1 – 14 of 14) sorted by relevance
32 #define PROT_GROWSDOWN 0x01000000 macro
33 #define PROT_GROWSDOWN 0x01000000 macro
13 #define PROT_GROWSDOWN 0x01000000 macro
17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
26 #define PROT_GROWSDOWN 0x01000000 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
31 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
527 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()538 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()539 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()571 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()