Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map.c5883 vm_prot_t old_prot; in vm_map_protect() local
5943 old_prot = current->protection; in vm_map_protect()
5948 current->protection = (new_prot & old_prot); in vm_map_protect()
5957 !(old_prot & VM_PROT_EXECUTE) && in vm_map_protect()
5962 !(old_prot & VM_PROT_WRITE) && in vm_map_protect()
5985 old_prot, current->protection, in vm_map_protect()
6001 if (current->protection != old_prot) { in vm_map_protect()
6032 if (!(old_prot & VM_PROT_EXECUTE) && in vm_map_protect()
6036 …e-signing bypass?", map, (uint64_t)current->vme_start, (uint64_t)current->vme_end, old_prot, prot); in vm_map_protect()