PROT_GROWSDOWN    228 mm/mprotect.c  	const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP);
PROT_GROWSDOWN    229 mm/mprotect.c  	prot &= ~(PROT_GROWSDOWN|PROT_GROWSUP);
PROT_GROWSDOWN    230 mm/mprotect.c  	if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */
PROT_GROWSDOWN    259 mm/mprotect.c  	if (unlikely(grows & PROT_GROWSDOWN)) {