Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_map.c2533 vm_map_clip_end(vm_map_t map, vm_map_entry_t entry, vm_offset_t endaddr) in vm_map_clip_end() function
2610 result = vm_map_clip_end(map, entry, end); in vm_map_submap()
2872 rv = vm_map_clip_end(map, entry, end); in vm_map_protect()
3055 rv = vm_map_clip_end(map, entry, end); in vm_map_madvise()
3213 rv = vm_map_clip_end(map, lentry, end); in vm_map_inherit()
3341 rv = vm_map_clip_end(map, entry, end); in vm_map_unwire()
3553 rv = vm_map_clip_end(map, entry, end); in vm_map_wire_locked()
4023 rv = vm_map_clip_end(map, entry, end); in vm_map_delete()