Searched refs:find_vma_prev (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/parisc/kernel/ |
| A D | sys_parisc.c | 133 vma = find_vma_prev(mm, addr, &prev); in arch_get_unmapped_area() 190 vma = find_vma_prev(mm, addr, &prev); in arch_get_unmapped_area_topdown()
|
| /linux/arch/ia64/mm/ |
| A D | fault.c | 102 vma = find_vma_prev(mm, address, &prev_vma); in ia64_do_page_fault()
|
| /linux/arch/parisc/mm/ |
| A D | fault.c | 288 vma = find_vma_prev(mm, address, &prev_vma); in do_page_fault()
|
| /linux/mm/ |
| A D | mmap.c | 2152 vma = find_vma_prev(mm, addr, &prev); in arch_get_unmapped_area() 2194 vma = find_vma_prev(mm, addr, &prev); in arch_get_unmapped_area_topdown() 2310 find_vma_prev(struct mm_struct *mm, unsigned long addr, in find_vma_prev() function 2569 vma = find_vma_prev(mm, addr, &prev); in find_extend_vma()
|
| A D | madvise.c | 1177 vma = find_vma_prev(mm, start, &prev); in do_madvise()
|
| /linux/fs/ |
| A D | userfaultfd.c | 1326 vma = find_vma_prev(mm, start, &prev); in userfaultfd_register() 1532 vma = find_vma_prev(mm, start, &prev); in userfaultfd_unregister()
|
| /linux/include/linux/ |
| A D | mm.h | 2787 extern struct vm_area_struct * find_vma_prev(struct mm_struct * mm, unsigned long addr,
|
| /linux/ |
| A D | System.map | 7158 ffff8000101d4aa0 T find_vma_prev
|
| A D | .tmp_System.map | 7158 ffff8000101d4aa0 T find_vma_prev
|
Completed in 278 milliseconds