Searched refs:vm_map_clip_start (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/vm/ |
| HD | vm_map.c | 1746 #define vm_map_clip_start(map, entry, startaddr, countp) \ macro 1963 vm_map_clip_start(map, entry, start, countp); in vm_map_clip_range() 2095 vm_map_clip_start(map, entry, start, &count); in vm_map_submap() 2144 vm_map_clip_start(map, entry, start, &count); in vm_map_protect() 2288 vm_map_clip_start(map, entry, start, &count); in vm_map_madvise() 2485 vm_map_clip_start(map, entry, start, &count); in vm_map_inherit() 3168 vm_map_clip_start(map, entry, start, countp); in vm_map_delete() 4588 vm_map_clip_start(map, entry, vaddr, countp); in vm_map_entry_partition()
|