Lines Matching defs:vma

72 static pud_t *alloc_new_pud(struct mm_struct *mm, struct vm_area_struct *vma,  in alloc_new_pud()
86 static pmd_t *alloc_new_pmd(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pmd()
105 static void take_rmap_locks(struct vm_area_struct *vma) in take_rmap_locks()
113 static void drop_rmap_locks(struct vm_area_struct *vma) in drop_rmap_locks()
136 static int move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes()
236 static bool move_normal_pmd(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pmd()
295 static inline bool move_normal_pmd(struct vm_area_struct *vma, in move_normal_pmd()
304 static bool move_normal_pud(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pud()
344 static inline bool move_normal_pud(struct vm_area_struct *vma, in move_normal_pud()
353 static bool move_huge_pud(struct vm_area_struct *vma, unsigned long old_addr, in move_huge_pud()
393 static bool move_huge_pud(struct vm_area_struct *vma, unsigned long old_addr, in move_huge_pud()
451 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry()
498 static bool can_align_down(struct vm_area_struct *vma, unsigned long addr_to_align, in can_align_down()
544 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables()
650 static unsigned long move_vma(struct vm_area_struct *vma, in move_vma()
817 struct vm_area_struct *vma; in vma_to_resize() local
874 struct vm_area_struct *vma; in mremap_to() local
954 static int vma_expandable(struct vm_area_struct *vma, unsigned long delta) in vma_expandable()
980 struct vm_area_struct *vma; in SYSCALL_DEFINE5() local