Searched refs:tmp_entry (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map.c | 1113 crypto_end = tmp_entry.vme_end - tmp_entry.vme_start; in vm_map_apple_protected() 7488 tmp_entry.vme_start, tmp_entry.vme_end); in vm_map_unwire_nested() 10761 tmp_entry = tmp_entry->vme_next; in vm_map_copy_overwrite_aligned() 10937 tmp_entry = tmp_entry->vme_next; in vm_map_copy_overwrite_aligned() 11052 tmp_entry = tmp_entry->vme_next; in vm_map_copy_overwrite_aligned() 12685 assert(tmp_entry->vme_start < tmp_entry->vme_end); in vm_map_copyin_internal() 12700 assert(tmp_entry->vme_start < tmp_entry->vme_end); in vm_map_copyin_internal() 12742 assert(tmp_entry->vme_start < tmp_entry->vme_end); in vm_map_copyin_internal() 12783 (tmp_entry->vme_end - tmp_entry->vme_start); in vm_map_copyin_internal() 12785 assert(tmp_entry->vme_start < tmp_entry->vme_end); in vm_map_copyin_internal() [all …]
|
| H A D | vm_shared_region.c | 1234 tmp_entry = NULL; in vm_shared_region_auth_remap() 1246 if (tmp_entry->vme_end - tmp_entry->vme_start != si->si_end - si->si_start) { in vm_shared_region_auth_remap() 1287 tmp_entry); in vm_shared_region_auth_remap() 1291 tmp_entry = NULL; in vm_shared_region_auth_remap() 1295 if (tmp_entry) { in vm_shared_region_auth_remap() 1298 tmp_entry = NULL; in vm_shared_region_auth_remap() 2717 assert(tmp_entry->vme_end - tmp_entry->vme_start == size); in vm_shared_region_slide_mapping() 2748 tmp_entry->vme_end - tmp_entry->vme_start, in vm_shared_region_slide_mapping() 2754 tmp_entry->protection, in vm_shared_region_slide_mapping() 2762 tmp_entry); in vm_shared_region_slide_mapping() [all …]
|
| H A D | bsd_vm.c | 969 vm_map_entry_t tmp_entry; in fill_procregioninfo() local 996 if (!vm_map_lookup_entry_allow_pgz(map, start, &tmp_entry)) { in fill_procregioninfo() 997 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in fill_procregioninfo() 999 address == tmp_entry->vme_end) { in fill_procregioninfo() 1057 entry = tmp_entry; in fill_procregioninfo() 1131 vm_map_entry_t tmp_entry; in fill_procregioninfo_onlymappedvnodes() local 1145 if (!vm_map_lookup_entry_allow_pgz(map, address, &tmp_entry)) { in fill_procregioninfo_onlymappedvnodes() 1146 if ((entry = tmp_entry->vme_next) == vm_map_to_entry(map)) { in fill_procregioninfo_onlymappedvnodes() 1152 entry = tmp_entry; in fill_procregioninfo_onlymappedvnodes()
|
| H A D | vm_sanitize_error_compat.c | 460 vm_map_entry_t tmp_entry; in vm_sanitize_err_compat_addr_size_useracc() local 464 have_entry = vm_map_lookup_entry(map_or_null, aligned_start, &tmp_entry); in vm_sanitize_err_compat_addr_size_useracc()
|
| H A D | vm_map_store_rb.c | 469 vm_map_entry_t tmp_entry; in update_holes_on_entry_creation() local 496 check_map_with_hole_sanity = vm_map_lookup_entry(map, new_entry->vme_start, &tmp_entry); in update_holes_on_entry_creation()
|
| H A D | vm_fault.c | 6738 struct vm_map_entry tmp_entry = *entry; in vm_fault_wire() local 6741 tmp_entry.vme_end = va; in vm_fault_wire() 6742 vm_fault_unwire(map, &tmp_entry, FALSE, in vm_fault_wire() 6743 pmap, pmap_addr, tmp_entry.vme_end); in vm_fault_wire()
|