Lines Matching full:vm_end
179 * A cached VMA lookup result. The range [vm_start, vm_end) is always set.
181 * Zero vm_end marks the slot empty. build_id aliases the id_offs[] entry.
185 unsigned long vm_end; member
212 unsigned long vm_start, vm_end, vm_pgoff; in stack_map_build_id_set_from_cache() local
216 vm_end = cache->resolved.vm_end; in stack_map_build_id_set_from_cache()
217 if (vm_end && ip >= vm_start && ip < vm_end) { in stack_map_build_id_set_from_cache()
225 vm_end = cache->unresolved.vm_end; in stack_map_build_id_set_from_cache()
226 if (vm_end && ip >= vm_start && ip < vm_end) { in stack_map_build_id_set_from_cache()
242 unsigned long vm_end, in stack_map_build_id_cache_set_resolved() argument
249 .vm_end = vm_end, in stack_map_build_id_cache_set_resolved()
256 /* Record [vm_start, vm_end) as a range with no usable build ID. */
259 unsigned long vm_end) in stack_map_build_id_cache_set_unresolved() argument
263 .vm_end = vm_end, in stack_map_build_id_cache_set_unresolved()
339 unsigned long vm_pgoff, vm_start, vm_end; in stack_map_get_build_id_offset_sleepable() local
359 vm_end = vma->vm_end; in stack_map_get_build_id_offset_sleepable()
364 stack_map_build_id_cache_set_unresolved(&cache, vm_start, vm_end); in stack_map_get_build_id_offset_sleepable()
379 res->vm_end = vm_end; in stack_map_get_build_id_offset_sleepable()
391 stack_map_build_id_cache_set_unresolved(&cache, vm_start, vm_end); in stack_map_get_build_id_offset_sleepable()
397 vm_start, vm_end, vm_pgoff); in stack_map_get_build_id_offset_sleepable()
453 vma->vm_start, vma->vm_end); in stack_map_get_build_id_offset()
464 vma->vm_start, vma->vm_end, in stack_map_get_build_id_offset()