Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dbsd_vm.c93 return vm_map_last_entry(map)->vme_end; in mach_get_vm_end()
H A Dvm_map.h539 #define vm_map_last_entry(map) ((map)->hdr.links.prev) macro
H A Dvm_map.c1338 vm_map_last_entry(result) = vm_map_to_entry(result); in vm_map_create_options()
3342 end = vm_map_last_entry(zap_old_map)->vme_end; in vm_map_enter()
3979 end = vm_map_last_entry(zap_old_map)->vme_end; in vm_map_enter_fourk()
8476 vm_map_last_entry(zap_map), in vm_map_delete()
12704 vm_map_store_entry_link(new_map, vm_map_last_entry(new_map), new_entry, in vm_map_fork_share()
12731 vm_map_entry_t last = vm_map_last_entry(new_map); in vm_map_fork_copy()
13047 vm_map_last_entry(new_map), in vm_map_fork()
14371 user_address <= vm_map_last_entry(map)->vme_end) { in vm_map_region_recurse_64()
14432 *address = vm_map_last_entry(map)->vme_end; in vm_map_region_recurse_64()
19100 curr_s_offset >= vm_map_last_entry(map)->vme_end) { in vm_map_page_range_info_internal()
[all …]
H A Dvm_resident.c9749 while (map && (entry == vm_map_last_entry(map))) { in vm_page_diagnose()
/xnu-8020.101.4/osfmk/kern/
H A Dzalloc.c4245 last = vm_map_last_entry(map); in zone_submap_alloc_sequestered_va()