Searched refs:VM_PROT_COPY_FAIL_IF_EXECUTABLE (Results 1 – 2 of 2) sorted by relevance
173 #define VM_PROT_COPY_FAIL_IF_EXECUTABLE ((vm_prot_t)0x100) macro
6393 extra_prots |= VM_PROT_COPY_FAIL_IF_EXECUTABLE; in vm_map_wire_nested()6397 extra_prots &= ~VM_PROT_COPY_FAIL_IF_EXECUTABLE; in vm_map_wire_nested()13526 no_force_copy_if_executable = (fault_type & VM_PROT_COPY_FAIL_IF_EXECUTABLE) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()