Searched refs:prev_vma (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/ia64/mm/ |
D | fault.c | 69 struct vm_area_struct *vma, *prev_vma; in ia64_do_page_fault() local 102 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() 178 if (!(prev_vma && (prev_vma->vm_flags & VM_GROWSUP) && (address == prev_vma->vm_end))) { in ia64_do_page_fault() 189 vma = prev_vma; in ia64_do_page_fault()
|
/Linux-v6.1/arch/parisc/mm/ |
D | fault.c | 265 struct vm_area_struct *vma, *prev_vma; in do_page_fault() local 290 vma = find_vma_prev(mm, address, &prev_vma); in do_page_fault() 346 vma = prev_vma; in do_page_fault() 447 struct vm_area_struct *vma, *prev_vma; in handle_nadtlb_fault() local 483 vma = find_vma_prev(mm, address, &prev_vma); in handle_nadtlb_fault()
|
/Linux-v6.1/kernel/bpf/ |
D | stackmap.c | 133 struct vm_area_struct *vma, *prev_vma = NULL; in stack_map_get_build_id_offset() local 152 if (range_in_vma(prev_vma, ips[i], ips[i])) { in stack_map_get_build_id_offset() 153 vma = prev_vma; in stack_map_get_build_id_offset() 170 prev_vma = vma; in stack_map_get_build_id_offset()
|