Home
last modified time | relevance | path

Searched refs:vm_map_copy_to_entry (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_map_store_ll.c99 vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
H A Dvm_map.c4261 copy_entry != vm_map_copy_to_entry(target_copy_map); in vm_map_enter_mem_object()
8781 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()
8866 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()
8868 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()
9494 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()
9512 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9585 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9622 while (copy_entry != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()
9639 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9724 next_copy->vme_prev = vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
[all …]
H A Dvm_memory_entry.c592 entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_copy()
873 copy_entry != vm_map_copy_to_entry(copy); in mach_make_memory_entry_share()
1671 entry != vm_map_copy_to_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map_store_rb.c125 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
H A Dvm_map_xnu.h556 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro