Searched refs:vm_map_copy_first_entry (Results 1 – 4 of 4) sorted by relevance
136 ((VMCI_where)->vme_next = vm_map_copy_first_entry(VMCI_copy)) \279 vm_map_copy_first_entry(copy) = in vm_map_store_copy_reset_ll()
4359 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object_helper()8649 vm_map_copy_first_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()8671 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()8673 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()8748 vm_map_copy_first_entry(copy)->vme_prev in vm_map_copy_copy()9353 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()9489 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()9767 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()9886 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()9957 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()[all …]
3017 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_internal()3121 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()3183 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_internal()
631 #define vm_map_copy_first_entry(copy) \ macro