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
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
528 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()547 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey()548 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()580 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()