Searched refs:grows (Results 1 – 2 of 2) sorted by relevance
520 const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP); in do_mprotect_pkey() local527 if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */ in do_mprotect_pkey()559 if (unlikely(grows & PROT_GROWSDOWN)) { in do_mprotect_pkey()569 if (unlikely(grows & PROT_GROWSUP)) { in do_mprotect_pkey()
737 user processes when the stack grows upwards (currently only on parisc