Home
last modified time | relevance | path

Searched refs:old_prot (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_map.c2746 vm_prot_t old_prot; in vm_map_protect() local
2902 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()