K 10 svn:author V 5 dougm K 8 svn:date V 27 2020-01-24T07:48:11.162577Z K 7 svn:log V 337 Most uses of vm_map_clip_start follow a call to vm_map_lookup. Define an inline function vm_map_lookup_clip_start that invokes them both and use it in places that invoke both. Drop a couple of local variables made unnecessary by this function. Reviewed by: markj Tested by: pho Differential Revision: https://reviews.freebsd.org/D22987 END