Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_map_store_ll.c97 vm_map_copy_first_entry(copy) = in vm_map_store_copy_reset_ll()
H A Dvm_memory_entry.c595 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_copy()
738 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()
824 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
880 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
902 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_share()
1685 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map.c4364 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object()
9135 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()
9137 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()
9220 vm_map_copy_first_entry(copy)->vme_prev in vm_map_copy_copy()
9875 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10010 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10340 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()
10462 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()
10537 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()
10789 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()
[all …]
H A Dvm_map_xnu.h572 #define vm_map_copy_first_entry(copy) \ macro