Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_store_ll.c97 vm_map_copy_first_entry(copy) = vm_map_copy_to_entry(copy); in vm_map_store_copy_reset_ll()
H A Dvm_memory_entry.c558 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_copy()
703 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()
795 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
865 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
890 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_share()
1669 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map.c4416 for (copy_entry = vm_map_copy_first_entry(target_copy_map); in vm_map_enter_mem_object()
9268 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()
9270 vm_map_entry_t entry = vm_map_copy_first_entry(copy); in vm_map_copy_discard()
9353 VME_PREV_SET(vm_map_copy_first_entry(copy), vm_map_copy_to_entry(new_copy)); in vm_map_copy_copy()
10037 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10173 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_nested()
10512 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()
10634 entry = vm_map_copy_first_entry(head_copy); in vm_map_copy_overwrite()
10711 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()
10976 while ((copy_entry = vm_map_copy_first_entry(copy)) in vm_map_copy_overwrite_aligned()
[all …]
H A Dvm_map_xnu.h605 #define vm_map_copy_first_entry(copy) \ macro