Searched refs:vm_map_last_entry (Results 1 – 4 of 4) sorted by relevance
514 #define vm_map_last_entry(map) (VME_PREV(vm_map_to_entry(map))) macro
11139 while (map && (entry == vm_map_last_entry(map))) { in vm_page_diagnose()11255 entry = vm_map_last_entry(map); in vm_task_evict_shared_cache()11257 while (map && (entry == vm_map_last_entry(map))) { in vm_task_evict_shared_cache()11266 entry = vm_map_last_entry(map); in vm_task_evict_shared_cache()
13632 vm_map_store_entry_link(new_map, vm_map_last_entry(new_map), new_entry, in vm_map_fork_share()13659 vm_map_entry_t last = vm_map_last_entry(new_map); in vm_map_fork_copy()14056 vm_map_last_entry(new_map), in vm_map_fork()15370 user_address <= vm_map_last_entry(map)->vme_end) { in vm_map_region_recurse_64()15435 *address_u = vm_sanitize_wrap_addr(vm_map_last_entry(map)->vme_end); in vm_map_region_recurse_64()20728 curr_s_offset >= vm_map_last_entry(map)->vme_end) { in vm_map_page_range_info_internal()20738 if (curr_s_offset - vm_map_last_entry(map)->vme_end <= in vm_map_page_range_info_internal()25199 assertf(vm_map_last_entry(submap)->vme_end >= submap_end_offset, in vm_map_testing_remap_submap_and_unlock()25379 vm_map_store_entry_link(submap, vm_map_last_entry(submap), entry, VM_MAP_KERNEL_FLAGS_NONE); in vm_map_testing_make_sealed_submap()
4078 last = vm_map_last_entry(map); in zone_submap_alloc_sequestered_va()