Searched refs:vm_map_last_entry (Results 1 – 4 of 4) sorted by relevance
550 #define vm_map_last_entry(map) (VME_PREV(vm_map_to_entry(map))) macro
12027 while (map && (entry == vm_map_last_entry(map))) { in vm_page_diagnose()12143 entry = vm_map_last_entry(map); in vm_task_evict_shared_cache()12145 while (map && (entry == vm_map_last_entry(map))) { in vm_task_evict_shared_cache()12154 entry = vm_map_last_entry(map); in vm_task_evict_shared_cache()
14456 vm_map_store_entry_link(new_map, vm_map_last_entry(new_map), new_entry, in vm_map_fork_share()14483 vm_map_entry_t last = vm_map_last_entry(new_map); in vm_map_fork_copy()14907 vm_map_last_entry(new_map), in vm_map_fork()16315 user_address <= vm_map_last_entry(map)->vme_end) { in vm_map_region_recurse_64()16380 *address_u = vm_sanitize_wrap_addr(vm_map_last_entry(map)->vme_end); in vm_map_region_recurse_64()21805 curr_s_offset >= vm_map_last_entry(map)->vme_end) { in vm_map_page_range_info_internal()21815 if (curr_s_offset - vm_map_last_entry(map)->vme_end <= in vm_map_page_range_info_internal()26311 assertf(vm_map_last_entry(submap)->vme_end >= submap_end_offset, in vm_map_testing_remap_submap_and_unlock()26491 vm_map_store_entry_link(submap, vm_map_last_entry(submap), entry, VM_MAP_KERNEL_FLAGS_NONE); in vm_map_testing_make_sealed_submap()
4156 last = vm_map_last_entry(map); in zone_submap_alloc_sequestered_va()