Home
last modified time | relevance | path

Searched refs:vm_map_last_entry (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_map_xnu.h550 #define vm_map_last_entry(map) (VME_PREV(vm_map_to_entry(map))) macro
H A Dvm_resident.c12031 while (map && (entry == vm_map_last_entry(map))) { in vm_page_diagnose()
12147 entry = vm_map_last_entry(map); in vm_task_evict_shared_cache()
12149 while (map && (entry == vm_map_last_entry(map))) { in vm_task_evict_shared_cache()
12158 entry = vm_map_last_entry(map); in vm_task_evict_shared_cache()
H A Dvm_map.c14527 vm_map_store_entry_link(new_map, vm_map_last_entry(new_map), new_entry, in vm_map_fork_share()
14554 vm_map_entry_t last = vm_map_last_entry(new_map); in vm_map_fork_copy()
14978 vm_map_last_entry(new_map), in vm_map_fork()
16386 user_address <= vm_map_last_entry(map)->vme_end) { in vm_map_region_recurse_64()
16451 *address_u = vm_sanitize_wrap_addr(vm_map_last_entry(map)->vme_end); in vm_map_region_recurse_64()
21877 curr_s_offset >= vm_map_last_entry(map)->vme_end) { in vm_map_page_range_info_internal()
21887 if (curr_s_offset - vm_map_last_entry(map)->vme_end <= in vm_map_page_range_info_internal()
26383 assertf(vm_map_last_entry(submap)->vme_end >= submap_end_offset, in vm_map_testing_remap_submap_and_unlock()
26563 vm_map_store_entry_link(submap, vm_map_last_entry(submap), entry, VM_MAP_KERNEL_FLAGS_NONE); in vm_map_testing_make_sealed_submap()
/xnu-12377.81.4/osfmk/kern/
H A Dzalloc.c4156 last = vm_map_last_entry(map); in zone_submap_alloc_sequestered_va()