Lines Matching defs:new_prot
3138 vm_prot_t new_prot)
3142 if ((error = PAX_MPROTECT_VALIDATE(l, new_prot)))
3146 new_prot, false);
3162 vm_prot_t new_prot, bool set_max)
3167 UVMHIST_CALLARGS(maphist,"(map=%#jx,start=%#jx,end=%#jx,new_prot=%#jx)",
3168 (uintptr_t)map, start, end, new_prot);
3188 if ((new_prot & current->max_protection) != new_prot) {
3202 if ((new_prot & VM_PROT_EXECUTE) != 0 &&
3222 (current->max_protection = new_prot) & old_prot;
3224 current->protection = new_prot;
3267 new_prot != VM_PROT_NONE) {