grows             492 mm/mprotect.c  	const int grows = prot & (PROT_GROWSDOWN|PROT_GROWSUP);
grows             499 mm/mprotect.c  	if (grows == (PROT_GROWSDOWN|PROT_GROWSUP)) /* can't be both */
grows             531 mm/mprotect.c  	if (unlikely(grows & PROT_GROWSDOWN)) {
grows             541 mm/mprotect.c  		if (unlikely(grows & PROT_GROWSUP)) {