Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map.c6363 vm_prot_t extra_prots; in vm_map_wire_nested() local
6365 extra_prots = VM_PROT_COPY; in vm_map_wire_nested()
6366 extra_prots |= VM_PROT_COPY_FAIL_IF_EXECUTABLE; in vm_map_wire_nested()
6370 extra_prots &= ~VM_PROT_COPY_FAIL_IF_EXECUTABLE; in vm_map_wire_nested()
6375 extra_prots &= ~VM_PROT_COPY_FAIL_IF_EXECUTABLE; in vm_map_wire_nested()
6580 (access_type | extra_prots), in vm_map_wire_nested()