Searched refs:vm_map_copy_to_entry (Results 1 – 5 of 5) sorted by relevance
99 vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
8993 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()9715 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()9733 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9806 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()9862 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()10189 vm_map_copy_to_entry(head_copy), in vm_map_copy_overwrite()10299 vm_map_copy_to_entry(copy), in vm_map_copy_overwrite()10623 != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_aligned()11573 entry != vm_map_copy_to_entry(copy); in vm_map_copyout_internal()18607 vm_map_copy_to_entry(copy_map)) { in vm_map_copy_to_physcopy()[all …]
594 entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_copy()878 copy_entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_share()1682 entry != vm_map_copy_to_entry(copy); in mach_memory_entry_ownership()
125 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
556 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro