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()
1194 map_entry = vm_map_copy_first_entry(copy_map); in vm_map_apple_protected()4628 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object()9772 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()9774 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()9857 VME_PREV_SET(vm_map_copy_first_entry(copy), vm_map_copy_to_entry(new_copy)); in vm_map_copy_copy()10555 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()10700 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()11045 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()11176 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()11253 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()[all …]
647 #define vm_map_copy_first_entry(copy) \ macro