Home
last modified time | relevance | path

Searched refs:imply_prot_max (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_mmap.c107 static int imply_prot_max = 0; variable
108 SYSCTL_INT(_vm, OID_AUTO, imply_prot_max, CTLFLAG_RWTUN, &imply_prot_max, 0,
193 if (((p->p_flag2 & P2_PROTMAX_ENABLE) != 0 || imply_prot_max) && in kern_mmap_maxprot()