Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c12027 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()
H A Dvm_map.c14426 vm_map_store_entry_link(new_map, vm_map_last_entry(new_map), new_entry, in vm_map_fork_share()
14453 vm_map_entry_t last = vm_map_last_entry(new_map); in vm_map_fork_copy()
14877 vm_map_last_entry(new_map), in vm_map_fork()
16285 user_address <= vm_map_last_entry(map)->vme_end) { in vm_map_region_recurse_64()
16350 *address_u = vm_sanitize_wrap_addr(vm_map_last_entry(map)->vme_end); in vm_map_region_recurse_64()
21772 curr_s_offset >= vm_map_last_entry(map)->vme_end) { in vm_map_page_range_info_internal()
21782 if (curr_s_offset - vm_map_last_entry(map)->vme_end <= in vm_map_page_range_info_internal()
26278 assertf(vm_map_last_entry(submap)->vme_end >= submap_end_offset, in vm_map_testing_remap_submap_and_unlock()
26458 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.41.6/osfmk/kern/
H A Dzalloc.c4156 last = vm_map_last_entry(map); in zone_submap_alloc_sequestered_va()