Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/vm/
Dvm_map.c1960 vm_prot_t old_prot; in vm_map_protect() local
2057 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()