Searched refs:PROT_GROWSDOWN (Results 1 – 7 of 7) sorted by relevance
33 #define PROT_GROWSDOWN 0x01000000 macro
32 #define PROT_GROWSDOWN 0x01000000 macro
17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
717 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey() 725 prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey() 726 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey() 759 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()