Searched refs:VM_PROT_COPY (Results 1 – 10 of 10) sorted by relevance
128 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
230 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);260 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);379 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);
111 VM_PROT_COPY | VM_PROT_DEFAULT);
270 VM_PROT_COPY | VM_PROT_READ | VM_PROT_WRITE);
202 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_COPY); in dtrace_ptss_allocate_page()
187 …ret = mach_vm_protect(map, (mach_vm_offset_t)a, (mach_vm_size_t)len, 0, VM_PROT_COPY | VM_PROT_REA… in uwrite()
126 #define VM_VALID_VMPROTECT_FLAGS (VM_PROT_ALL | VM_PROT_COPY | VM_PROT_UEXEC)128 #define VM_VALID_VMPROTECT_FLAGS (VM_PROT_ALL | VM_PROT_COPY)
5657 map, VM_PROT_COPY, new_prot); in vm_map_protect_sanitize()5709 if (new_prot & VM_PROT_COPY) { in vm_map_protect()5779 new_prot &= ~VM_PROT_COPY; in vm_map_protect()6442 extra_prots = VM_PROT_COPY; in vm_map_wire_nested()14103 force_copy = (fault_type & VM_PROT_COPY) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()
4503 (fault_type | (need_copy ? VM_PROT_COPY : 0)), in vm_fault_internal()
6966 fault_type = VM_PROT_READ | VM_PROT_COPY;