Searched refs:prev_vma (Results 1 – 3 of 3) sorted by relevance
69 struct vm_area_struct *vma, *prev_vma; in ia64_do_page_fault() local102 vma = find_vma_prev(mm, address, &prev_vma); in ia64_do_page_fault()103 if (!vma && !prev_vma ) in ia64_do_page_fault()113 if (( !vma && prev_vma ) || (address < vma->vm_start) ) { in ia64_do_page_fault()
270 struct vm_area_struct *vma, *prev_vma; in do_page_fault() local295 vma = find_vma_prev(mm, address, &prev_vma); in do_page_fault()297 if (!prev_vma || !(prev_vma->vm_flags & VM_GROWSUP)) in do_page_fault()
130 struct vm_area_struct *vma, *prev_vma = NULL; in stack_map_get_build_id_offset() local149 if (range_in_vma(prev_vma, ips[i], ips[i])) { in stack_map_get_build_id_offset()150 vma = prev_vma; in stack_map_get_build_id_offset()167 prev_vma = vma; in stack_map_get_build_id_offset()