Searched refs:vm_map_last_entry (Results 1 – 5 of 5) sorted by relevance
93 return vm_map_last_entry(map)->vme_end; in mach_get_vm_end()
645 #define vm_map_last_entry(map) ((map)->hdr.links.prev) macro
1465 vm_map_last_entry(result) = vm_map_to_entry(result); in vm_map_create_options()12848 vm_map_store_entry_link(new_map, vm_map_last_entry(new_map), new_entry, in vm_map_fork_share()12875 vm_map_entry_t last = vm_map_last_entry(new_map); in vm_map_fork_copy()13114 new_entry = vm_map_last_entry(new_map); in vm_map_fork()13307 vm_map_last_entry(new_map), in vm_map_fork()13331 new_entry = vm_map_last_entry(new_map); in vm_map_fork()14654 user_address <= vm_map_last_entry(map)->vme_end) { in vm_map_region_recurse_64()14715 *address = vm_map_last_entry(map)->vme_end; in vm_map_region_recurse_64()19308 curr_s_offset >= vm_map_last_entry(map)->vme_end) { in vm_map_page_range_info_internal()19318 if (curr_s_offset - vm_map_last_entry(map)->vme_end <= in vm_map_page_range_info_internal()
9854 while (map && (entry == vm_map_last_entry(map))) { in vm_page_diagnose()
4190 last = vm_map_last_entry(map); in zone_submap_alloc_sequestered_va()