Searched refs:vm_map_to_entry (Results 1 – 11 of 11) sorted by relevance
37 entry = vm_map_to_entry(map); in first_free_is_valid_ll()43 next != vm_map_to_entry(map))) { in first_free_is_valid_ll()46 if (entry == vm_map_to_entry(map)) { in first_free_is_valid_ll()123 next != vm_map_to_entry(map))) { in update_first_free_ll()126 if (new_first_free == vm_map_to_entry(map)) { in update_first_free_ll()
243 map->hint = vm_map_to_entry(map); in vm_map_store_entry_unlink()354 entry = vm_map_to_entry(map); in vm_map_store_find_space_backwards()403 if (entry == vm_map_to_entry(map)) { in vm_map_store_find_space_backwards()476 if (entry == vm_map_to_entry(map)) { in vm_map_store_find_space_forward()538 if (next == vm_map_to_entry(map)) { in vm_map_store_find_space_forward()
64 vm_map_entry_t cur = vm_map_to_entry(map); in vm_map_store_lookup_entry_rb()81 prev = vm_map_to_entry(map); in vm_map_store_lookup_entry_rb()228 while (map_entry != vm_map_to_entry(map)) { in check_map_sanity()234 if (map_entry->vme_next == vm_map_to_entry(map)) { in check_map_sanity()
1016 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in fill_procregioninfo()1174 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in fill_procregioninfo_onlymappedvnodes()1184 while (entry != vm_map_to_entry(map)) { in fill_procregioninfo_onlymappedvnodes()1283 if (entry == vm_map_to_entry(map)) { in task_find_region_details()1290 entry != vm_map_to_entry(map); in task_find_region_details()
1556 map->first_free = vm_map_to_entry(map); in vm_map_disable_hole_optimization()1780 result->first_free = vm_map_to_entry(result); in vm_map_create_options()1781 result->hint = vm_map_to_entry(result); in vm_map_create_options()2601 if ((entry->vme_next != vm_map_to_entry(map)) && in vm_map_locate_space_fixed()2835 if (prev_entry == vm_map_to_entry(map)) { in vm_map_random_address_for_size()2840 if (next_entry == vm_map_to_entry(map)) { in vm_map_random_address_for_size()3253 if (entry == vm_map_to_entry(map) || in vm_map_enter()3389 (entry != vm_map_to_entry(map)) && in vm_map_enter()5749 while ((cur != vm_map_to_entry(map)) && (prev == cur->vme_start)) { in vm_map_range_check()5951 while ((current != vm_map_to_entry(map)) && in vm_map_protect()[all …]
160 if (entry == vm_map_to_entry(cmap)) { in vm32_mach_vm_region_info()381 if (entry == vm_map_to_entry(cmap)) { in vm32_mach_vm_region_info_64()
512 #define vm_map_to_entry(map) CAST_TO_VM_MAP_ENTRY(&(map)->hdr.links) macro514 #define vm_map_last_entry(map) (VME_PREV(vm_map_to_entry(map)))
3178 if ((*entry != vm_map_to_entry(kernel_map)) && in kmem_get_addr_from_meta()3179 ((*entry)->vme_next != vm_map_to_entry(kernel_map)) && in kmem_get_addr_from_meta()3651 if (((prev_entry == vm_map_to_entry(kernel_map) || in kmem_free_space()3653 (next_entry == vm_map_to_entry(kernel_map) || in kmem_free_space()4378 while (entry != vm_map_to_entry(kernel_map) && in kmem_get_gobj_stats()
1231 __IGNORE_WCASTALIGN(map_to_entry = vm_map_to_entry(map)); in vm_toggle_entry_reuse()
919 while ((entry != vm_map_to_entry(map)) && (entry->vme_start < start)) { in get_vmsubmap_entries()923 while ((entry != vm_map_to_entry(map)) && (entry->vme_start < end)) { in get_vmsubmap_entries()957 while (entry != vm_map_to_entry(map)) { in get_vmmap_entries()
126 …p_first_entry(map); ret == KERN_SUCCESS && entry != NULL && entry != vm_map_to_entry(map); entry =… in kdp_traverse_mappings()