Lines Matching defs:vma
70 static pud_t *alloc_new_pud(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pud()
84 static pmd_t *alloc_new_pmd(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pmd()
103 static void take_rmap_locks(struct vm_area_struct *vma) in take_rmap_locks()
111 static void drop_rmap_locks(struct vm_area_struct *vma) in drop_rmap_locks()
134 static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes()
214 static inline bool trylock_vma_ref_count(struct vm_area_struct *vma) in trylock_vma_ref_count()
226 static inline void unlock_vma_ref_count(struct vm_area_struct *vma) in unlock_vma_ref_count()
236 static inline bool trylock_vma_ref_count(struct vm_area_struct *vma) in trylock_vma_ref_count()
240 static inline void unlock_vma_ref_count(struct vm_area_struct *vma) in unlock_vma_ref_count()
246 static bool move_normal_pmd(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pmd()
313 static inline bool move_normal_pmd(struct vm_area_struct *vma, in move_normal_pmd()
322 static bool move_normal_pud(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pud()
370 static inline bool move_normal_pud(struct vm_area_struct *vma, in move_normal_pud()
425 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry()
460 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables()
538 static unsigned long move_vma(struct vm_area_struct *vma, in move_vma()
698 struct vm_area_struct *vma = find_vma(mm, addr); in vma_to_resize() local
770 struct vm_area_struct *vma; in mremap_to() local
857 static int vma_expandable(struct vm_area_struct *vma, unsigned long delta) in vma_expandable()
882 struct vm_area_struct *vma; in SYSCALL_DEFINE5() local