Searched refs:old_end (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c9325 vm_map_offset_t old_end = 0; local
9371 old_end = entry->vme_end;
9411 old_end = entry->vme_end;
9465 (entry->offset + start_delta + (old_end - old_start)) <=
9468 (old_end - old_start))
9472 old_end -= end_delta;
9491 old_end += end_delta;
9509 (old_end - cow_parent_vaddr);
9573 local_end = old_end;
9599 * ... but don't go beyond the "old_start" to "old_end"
[all...]

Completed in 31 milliseconds