Home
last modified time | relevance | path

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

/xnu-11215/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.c593 for (entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_copy()
735 parent_copy_entry = vm_map_copy_first_entry(parent_copy); in mach_make_memory_entry_share()
821 copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
877 for (copy_entry = vm_map_copy_first_entry(copy); in mach_make_memory_entry_share()
899 user_entry->offset = VME_OFFSET(vm_map_copy_first_entry(copy)); in mach_make_memory_entry_share()
1681 for (entry = vm_map_copy_first_entry(copy); in mach_memory_entry_ownership()
H A Dvm_map.c8992 while (vm_map_copy_first_entry(copy) != in vm_map_copy_discard()
9077 vm_map_copy_first_entry(copy)->vme_prev in vm_map_copy_copy()
10174 entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite()
10371 copy_entry = vm_map_copy_first_entry(copy); in vm_map_copy_overwrite_unaligned()
11286 entry = vm_map_copy_first_entry(copy); in vm_map_copy_insert()
11537 entry = vm_map_copy_first_entry(copy); in vm_map_copyout_internal()
11572 for (entry = vm_map_copy_first_entry(copy); in vm_map_copyout_internal()
12669 tmp_entry = vm_map_copy_first_entry(copy); in vm_map_copyin_internal()
12765 tmp_entry = vm_map_copy_first_entry(copy); in vm_map_copyin_internal()
18606 while (vm_map_copy_first_entry(copy_map) != in vm_map_copy_to_physcopy()
[all …]
H A Dvm_map_xnu.h557 #define vm_map_copy_first_entry(copy) \ macro