Searched refs:VM_PROT_COPY (Results 1 – 7 of 7) sorted by relevance
117 #define VM_PROT_COPY ((vm_prot_t) 0x10) macro
234 #define VM_VALID_VMPROTECT_FLAGS (VM_PROT_ALL | VM_PROT_COPY | VM_PROT_UEXEC)236 #define VM_VALID_VMPROTECT_FLAGS (VM_PROT_ALL | VM_PROT_COPY)
465 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
5884 if (new_prot & VM_PROT_COPY) { in vm_map_protect()5948 new_prot &= ~VM_PROT_COPY; in vm_map_protect()6454 extra_prots = VM_PROT_COPY; in vm_map_wire_nested()13241 force_copy = (fault_type & VM_PROT_COPY) ? TRUE : FALSE; in vm_map_lookup_locked()
4204 (fault_type | (need_copy ? VM_PROT_COPY : 0)), in vm_fault_internal()
6735 fault_type = VM_PROT_READ | VM_PROT_COPY; in vm_map_create_upl()
190 …ret = mach_vm_protect(map, (mach_vm_offset_t)a, (mach_vm_size_t)len, 0, VM_PROT_COPY | VM_PROT_REA… in uwrite()