Searched refs:old_prot (Results 1 – 1 of 1) sorted by relevance
2746 vm_prot_t old_prot; in vm_map_protect() local2902 old_prot = entry->protection; in vm_map_protect()2906 entry->protection = new_maxprot & old_prot; in vm_map_protect()2919 (old_prot & VM_PROT_WRITE) == 0) in vm_map_protect()2926 if ((old_prot & ~entry->protection) != 0) { in vm_map_protect()