Searched refs:endaddr (Results 1 – 2 of 2) sorted by relevance
184 vm_map_offset_t endaddr);189 vm_map_offset_t endaddr);
5370 vm_map_offset_t endaddr) in vm_map_clip_end() argument5372 if (endaddr > entry->vme_end) { in vm_map_clip_end()5377 endaddr = entry->vme_end; in vm_map_clip_end()5392 (endaddr + pmap_shared_region_size_min(map->pmap) - 1) & in vm_map_clip_end()5397 if (endaddr < entry->vme_end) { in vm_map_clip_end()5406 __vm_map_clip_atomic_entry_panic(map, entry, endaddr); in vm_map_clip_end()5413 vm_map_offset_t, endaddr, in vm_map_clip_end()5416 _vm_map_clip_end(&map->hdr, entry, endaddr); in vm_map_clip_end()5426 #define vm_map_copy_clip_end(copy, entry, endaddr) \ argument5428 if ((endaddr) < (entry)->vme_end) \[all …]