Home
last modified time | relevance | path

Searched refs:vm_map_to_entry (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_map_store_ll.c35 entry = vm_map_to_entry(map); in first_free_is_valid_ll()
45 next != vm_map_to_entry(map))) { in first_free_is_valid_ll()
48 if (entry == vm_map_to_entry(map)) { in first_free_is_valid_ll()
84 UFF_next_entry != vm_map_to_entry(UFF_map))) { \
87 if (UFF_first_free == vm_map_to_entry(UFF_map)) \
174 if (cur == vm_map_to_entry(map)) { in vm_map_store_lookup_entry_ll()
190 last = vm_map_to_entry(map); in vm_map_store_lookup_entry_ll()
244 entry = vm_map_to_entry(map); in vm_map_store_find_last_free_ll()
248 while ((prev_entry = entry->vme_prev) != vm_map_to_entry(map) in vm_map_store_find_last_free_ll()
254 if (entry != vm_map_to_entry(map) && entry->vme_start == map->min_offset) { in vm_map_store_find_last_free_ll()
H A Dvm_map_store.c89 (map)->first_free = vm_map_to_entry(map); in vm_map_store_update()
92 (map)->hint = vm_map_to_entry(map); in vm_map_store_update()
H A Dvm_map.c1329 vm_map_first_entry(result) = vm_map_to_entry(result); in vm_map_create_options()
1330 vm_map_last_entry(result) = vm_map_to_entry(result); in vm_map_create_options()
1367 result->first_free = vm_map_to_entry(result); in vm_map_create_options()
1368 result->hint = vm_map_to_entry(result); in vm_map_create_options()
1735 if (entry == vm_map_to_entry(map)) { in vm_map_find_space()
1753 if (prev == vm_map_to_entry(map)) { in vm_map_find_space()
1795 if ((entry = map->first_free) == vm_map_to_entry(map)) { in vm_map_find_space()
1851 if (next == vm_map_to_entry(map)) { in vm_map_find_space()
2093 if (prev_entry == vm_map_to_entry(map)) { in vm_map_random_address_for_size()
2098 if (next_entry == vm_map_to_entry(map)) { in vm_map_random_address_for_size()
[all …]
H A Dvm_map_store_rb.c82 vm_map_entry_t cur = vm_map_to_entry(map); in vm_map_store_lookup_entry_rb()
102 prev = vm_map_to_entry(map); in vm_map_store_lookup_entry_rb()
247 while (map_entry != vm_map_to_entry(map)) { in check_map_sanity()
253 if (map_entry->vme_next == vm_map_to_entry(map)) { in check_map_sanity()
H A Dbsd_vm.c999 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in fill_procregioninfo()
1152 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in fill_procregioninfo_onlymappedvnodes()
1161 while (entry != vm_map_to_entry(map)) { in fill_procregioninfo_onlymappedvnodes()
1230 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in find_region_details()
1238 while (entry != vm_map_to_entry(map)) { in find_region_details()
H A Dvm_debug.c153 if (entry == vm_map_to_entry(cmap)) { in vm32_region_info()
376 if (entry == vm_map_to_entry(cmap)) { in vm32_region_info_64()
H A Dvm_map.h545 #define vm_map_to_entry(map) CAST_TO_VM_MAP_ENTRY(&(map)->hdr.links) macro
H A Dvm_user.c1772 __IGNORE_WCASTALIGN(map_to_entry = vm_map_to_entry(map)); in vm_toggle_entry_reuse()
/xnu-8019.80.24/osfmk/kern/
H A Dbsd_kern.c851 while ((entry != vm_map_to_entry(map)) && (entry->vme_start < start)) { in get_vmsubmap_entries()
855 while ((entry != vm_map_to_entry(map)) && (entry->vme_start < end)) { in get_vmsubmap_entries()
886 while (entry != vm_map_to_entry(map)) { in get_vmmap_entries()