Searched refs:vm_map_copy_first_entry (Results 1 – 4 of 4) sorted by relevance
97 vm_map_copy_first_entry(copy) = vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
570 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_copy()715 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()811 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()890 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()915 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_share()1694 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
4598 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object()9742 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()9744 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()9827 VME_PREV_SET(vm_map_copy_first_entry(copy), vm_map_copy_to_entry(new_copy)); in vm_map_copy_copy()10525 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()10670 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()11015 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()11146 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()11223 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()11488 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()[all …]
647 #define vm_map_copy_first_entry(copy) \ macro