Searched refs:vm_map_copy_first_entry (Results 1 – 4 of 4) sorted by relevance
97 vm_map_copy_first_entry(copy) = in vm_map_store_copy_reset_ll()
4313 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object_helper()8926 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()8928 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()9008 vm_map_copy_first_entry(copy)->vme_prev in vm_map_copy_copy()9635 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()9764 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()10056 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()10173 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()10248 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()10479 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()[all …]
2927 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()3025 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_internal()3123 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()3178 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_internal()3191 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_internal()3801 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
654 #define vm_map_copy_first_entry(copy) \ macro