Searched refs:old_prot (Results 1 – 1 of 1) sorted by relevance
1930 vm_prot_t old_prot; in vm_map_protect() local2023 old_prot = current->protection; in vm_map_protect()2028 old_prot; in vm_map_protect()2040 (old_prot & VM_PROT_WRITE) == 0) in vm_map_protect()2047 if ((old_prot & ~current->protection) != 0) { in vm_map_protect()