Searched refs:old_prot (Results 1 – 1 of 1) sorted by relevance
2195 vm_prot_t old_prot; in vm_map_protect() local2199 old_prot = current->protection; in vm_map_protect()2202 current->protection = new_prot & old_prot; in vm_map_protect()2211 if (current->protection != old_prot) { in vm_map_protect()