Lines Matching refs:target_copy_map
1900 vm_map_copy_t copy_map, target_copy_map; in mach_memory_entry_map_size() local
1962 target_copy_map = VM_MAP_COPY_NULL; in mach_memory_entry_map_size()
1969 &target_copy_map, in mach_memory_entry_map_size()
1974 if (target_copy_map->size != copy_map->size) { in mach_memory_entry_map_size()
1975 …t)overmap_end, (uint64_t)trimmed_start, (uint64_t)copy_map->size, (uint64_t)target_copy_map->size); in mach_memory_entry_map_size()
1977 *map_size_out = target_copy_map->size; in mach_memory_entry_map_size()
1978 if (target_copy_map != copy_map) { in mach_memory_entry_map_size()
1979 vm_map_copy_discard(target_copy_map); in mach_memory_entry_map_size()
1981 target_copy_map = VM_MAP_COPY_NULL; in mach_memory_entry_map_size()
2176 vm_map_copy_t copy_map = VM_MAP_COPY_NULL, target_copy_map = VM_MAP_COPY_NULL; in memory_entry_check_for_adjustment() local
2186 target_copy_map = copy_map; in memory_entry_check_for_adjustment()
2199 &target_copy_map, in memory_entry_check_for_adjustment()