Searched refs:old_prot (Results 1 – 1 of 1) sorted by relevance
1960 vm_prot_t old_prot; in vm_map_protect() local2057 old_prot = current->protection; in vm_map_protect()2062 old_prot; in vm_map_protect()2074 (old_prot & VM_PROT_WRITE) == 0) in vm_map_protect()2081 if ((old_prot & ~current->protection) != 0) { in vm_map_protect()