Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_map.c2538 vm_map_clip_end(vm_map_t map, vm_map_entry_t entry, vm_offset_t endaddr) in vm_map_clip_end() function
2616 result = vm_map_clip_end(map, entry, end); in vm_map_submap()
2833 rv = vm_map_clip_end(map, entry, end); in vm_map_protect()
3013 rv = vm_map_clip_end(map, entry, end); in vm_map_madvise()
3170 rv = vm_map_clip_end(map, lentry, end); in vm_map_inherit()
3298 rv = vm_map_clip_end(map, entry, end); in vm_map_unwire()
3510 rv = vm_map_clip_end(map, entry, end); in vm_map_wire_locked()
3983 rv = vm_map_clip_end(map, entry, end); in vm_map_delete()