| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_map_store_rb.c | 53 if (vme_c->vme_start >= vme_p->vme_end) { in rb_node_compare() 70 if (address < cur->vme_end) { in vm_map_store_lookup_entry_rb() 97 (uintptr_t)entry->vme_end, in vm_map_store_entry_link_rb() 99 (uintptr_t)(VME_FOR_STORE(tmp_store))->vme_end); in vm_map_store_entry_link_rb() 141 hole_entry->vme_end = hole_entry->vme_next->vme_end; in vm_map_combine_hole() 147 assert(middle_hole_entry->vme_end != last_hole_entry->vme_start); in vm_map_combine_hole() 157 assert(hole_entry->vme_start < hole_entry->vme_end); in vm_map_combine_hole() 158 assert(last_hole_entry->vme_start < last_hole_entry->vme_end); in vm_map_combine_hole() 233 if (map_entry->vme_end != map_entry->vme_next->vme_start) { in check_map_sanity() 238 if (hole_entry->vme_start != map_entry->vme_end) { in check_map_sanity() [all …]
|
| H A D | vm_map_store.c | 108 if (__improbable(entry->vme_end <= entry->vme_start)) { in _vm_map_store_entry_link() 109 …p start 0x%llx end 0x%llx\n", mapHdr, entry, (uint64_t)entry->vme_start, (uint64_t)entry->vme_end); in _vm_map_store_entry_link() 112 assert(entry->vme_start < entry->vme_end); in _vm_map_store_entry_link() 118 vm_address_t, entry->vme_end); in _vm_map_store_entry_link() 130 entry->vme_end_original = entry->vme_end; in _vm_map_store_entry_link() 177 map->highest_entry_end < entry->vme_end) { in vm_map_store_entry_link() 178 map->highest_entry_end = entry->vme_end; in vm_map_store_entry_link() 207 vm_address_t, entry->vme_end); in _vm_map_store_entry_unlink() 218 (uint64_t)entry->vme_start, (uint64_t)entry->vme_end, in _vm_map_store_entry_unlink() 297 entry, entry->vme_start, entry->vme_end, map, start); in __vm_map_store_find_space_holelist_corruption() [all …]
|
| H A D | vm_map.c | 601 map, new, new->vme_start, new->vme_end); in vm_map_entry_copy_csm_assoc() 624 uint64_t, new->vme_end, in vm_map_entry_copy_code_signing() 1058 map_addr = tmp_entry.vme_end) { in vm_map_apple_protected() 1105 crypto_end = tmp_entry.vme_end - tmp_entry.vme_start; in vm_map_apple_protected() 1114 if (tmp_entry.vme_end > end) { in vm_map_apple_protected() 1115 if (tmp_entry.vme_end != end_aligned) { in vm_map_apple_protected() 1120 crypto_end -= (tmp_entry.vme_end - end); in vm_map_apple_protected() 1176 (tmp_entry.vme_end - in vm_map_apple_protected() 1202 (uint64_t) (map_addr + (tmp_entry.vme_end - in vm_map_apple_protected() 1223 crypto_backing_offset += (tmp_entry.vme_end - in vm_map_apple_protected() [all …]
|
| H A D | vm_map_store_ll.c | 40 vm_map_trunc_page(entry->vme_end, map_page_mask) || in first_free_is_valid_ll() 73 assert(VM_MAP_PAGE_ALIGNED(entry->vme_end, in vm_map_store_entry_link_ll() 121 vm_map_trunc_page(new_first_free->vme_end, map_page_mask) || in update_first_free_ll()
|
| H A D | bsd_vm.c | 977 address == tmp_entry->vme_end) { in fill_procregioninfo() 1066 …vm_map_region_walk(map, start, entry, VME_OFFSET(entry), entry->vme_end - start, &extended, TRUE, … in fill_procregioninfo() 1086 pinfo->pri_size = (uint64_t)(entry->vme_end - start); in fill_procregioninfo() 1164 pinfo->pri_size = (uint64_t)(entry->vme_end - entry->vme_start); in fill_procregioninfo_onlymappedvnodes() 1250 *len_p = entry->vme_end - entry->vme_start; in task_find_region_details()
|
| H A D | vm_debug.c | 179 region.vir_end = (natural_t) entry->vme_end; in vm32_region_info() 390 region.vir_end = (natural_t) entry->vme_end; in vm32_region_info_64()
|
| H A D | vm_pageout.c | 6777 if (entry->vme_end - original_offset < adjusted_size) { 6778 adjusted_size = entry->vme_end - original_offset; 6834 vm_object_round_page((entry->vme_end - entry->vme_start))), 6968 if ((entry->vme_end - offset) < *upl_size) { 6969 *upl_size = (upl_size_t) (entry->vme_end - offset); 6970 assert(*upl_size == entry->vme_end - offset); 6979 entry->vme_end - entry->vme_start, 7031 (entry->vme_end - entry->vme_start) / PAGE_SIZE; 7161 (uint64_t) entry->vme_end); 7165 uint64_t, (uint64_t)entry->vme_end); [all …]
|
| H A D | vm_kern.c | 242 return entry->vme_end - entry->vme_start - in __kmem_entry_orig_size() 505 } else if ((flags & KMF_GUESS_SIZE) == 0 && addr + size != entry->vme_end) { in __kmem_entry_validate_panic() 541 if ((flags & KMEM_GUESS_SIZE) == 0 && addr + size != entry->vme_end) { in __kmem_entry_validate_guard() 3562 prev_entry->vme_end <= slot->min_address)) && in kmem_free_space() 4066 used += (entry->vme_end - entry->vme_start); in kmem_get_gobj_stats() 4493 assert3u(addr + ptoa(10), <=, e->vme_end); in kmem_alloc_basic_test()
|
| H A D | vm_map_xnu.h | 173 #define vme_end links.end macro
|
| H A D | vm_fault.c | 6410 if (hdelta > (entry->vme_end - laddr)) { in vm_fault_internal() 6411 hdelta = entry->vme_end - laddr; in vm_fault_internal() 6440 (entry->vme_end - entry->vme_start == object->vo_size) && in vm_fault_internal() 6622 vm_map_offset_t end_addr = entry->vme_end; in vm_fault_wire() 6676 tmp_entry.vme_end = va; in vm_fault_wire() 6678 pmap, pmap_addr, tmp_entry.vme_end); in vm_fault_wire() 6726 fault_info.hi_offset = (entry->vme_end - entry->vme_start) + VME_OFFSET(entry); in vm_fault_unwire()
|
| H A D | vm_memory_entry.c | 817 map_size = copy_entry->vme_end - copy_entry->vme_start; in mach_make_memory_entry_share() 1682 entry->vme_end - entry->vme_start != object->vo_size) { in mach_memory_entry_ownership()
|
| H A D | vm_shared_region.c | 1240 if (tmp_entry->vme_end - tmp_entry->vme_start != si->si_end - si->si_start) { in vm_shared_region_auth_remap() 2704 assert(tmp_entry->vme_end - tmp_entry->vme_start == size); in vm_shared_region_slide_mapping() 2735 tmp_entry->vme_end - tmp_entry->vme_start, in vm_shared_region_slide_mapping()
|
| H A D | vm_user.c | 1239 map->highest_entry_end = map->first_free->vme_end; in vm_toggle_entry_reuse()
|
| H A D | vm_resident.c | 10243 for (offset = entry->vme_start; offset < entry->vme_end; offset += page_size) { in vm_page_diagnose() 10310 *size = (entry->vme_end - addr); in vm_kern_allocation_info()
|
| /xnu-11215.1.10/osfmk/kdp/ |
| H A D | kdp_common.c | 128 …for (vcur = entry->vme_start; ret == KERN_SUCCESS && vcur < entry->vme_end; vcur += task_page_size… in kdp_traverse_mappings()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | bsd_kern.c | 922 entry->vme_end - in get_vmsubmap_entries() 953 entry->vme_end - in get_vmmap_entries()
|
| H A D | zalloc.c | 4152 if (first->vme_end + size > last->vme_start) { in zone_submap_alloc_sequestered_va() 4162 addr = first->vme_end; in zone_submap_alloc_sequestered_va() 4163 first->vme_end += size; in zone_submap_alloc_sequestered_va() 10252 reloc_base = first->vme_end; in zone_metadata_init() 10253 first->vme_end += early_sz; in zone_metadata_init()
|