Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_map_store_ll.c248 vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
H A Dvm_map.c4263 copy_entry != vm_map_copy_to_entry(target_copy_map); in vm_map_enter_mem_object_helper()
8488 vm_map_copy_first_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()
8489 vm_map_copy_last_entry(new_copy) = vm_map_copy_to_entry(new_copy); in vm_map_copy_allocate()
8517 vm_map_copy_to_entry(copy)) { in vm_map_copy_discard()
8600 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()
8602 = vm_map_copy_to_entry(new_copy); in vm_map_copy_copy()
9193 vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()
9211 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9291 vm_map_copy_to_entry(copy); in vm_map_copy_overwrite_nested()
9328 while (copy_entry != vm_map_copy_to_entry(copy)) { in vm_map_copy_overwrite_nested()
[all …]
H A Dvm_map_store_rb.c138 while (entry != vm_map_copy_to_entry(copy) && nentries > 0) { in vm_map_store_copy_reset_rb()
H A Dvm_map.h710 #define vm_map_copy_to_entry(copy) CAST_TO_VM_MAP_ENTRY(&(copy)->cpy_hdr.links) macro