Lines Matching defs:vma

107 	struct vm_area_struct *vma;  member
248 static inline void hugetlb_zap_begin(struct vm_area_struct *vma, in hugetlb_zap_begin()
255 static inline void hugetlb_zap_end(struct vm_area_struct *vma, in hugetlb_zap_end()
278 static inline void hugetlb_dup_vma_private(struct vm_area_struct *vma) in hugetlb_dup_vma_private()
282 static inline void clear_vma_resv_huge_pages(struct vm_area_struct *vma) in clear_vma_resv_huge_pages()
298 struct vm_area_struct *vma, in huge_pmd_unshare()
305 struct vm_area_struct *vma, in adjust_range_if_pmd_sharing_possible()
311 struct vm_area_struct *vma, in hugetlb_zap_begin()
317 struct vm_area_struct *vma, in hugetlb_zap_end()
331 static inline int move_hugetlb_page_tables(struct vm_area_struct *vma, in move_hugetlb_page_tables()
360 static inline void hugetlb_vma_lock_read(struct vm_area_struct *vma) in hugetlb_vma_lock_read()
364 static inline void hugetlb_vma_unlock_read(struct vm_area_struct *vma) in hugetlb_vma_unlock_read()
368 static inline void hugetlb_vma_lock_write(struct vm_area_struct *vma) in hugetlb_vma_lock_write()
372 static inline void hugetlb_vma_unlock_write(struct vm_area_struct *vma) in hugetlb_vma_unlock_write()
376 static inline int hugetlb_vma_trylock_write(struct vm_area_struct *vma) in hugetlb_vma_trylock_write()
381 static inline void hugetlb_vma_assert_locked(struct vm_area_struct *vma) in hugetlb_vma_assert_locked()
443 struct vm_area_struct *vma, unsigned long address, in hugetlb_change_protection()
451 struct vm_area_struct *vma, unsigned long start, in __unmap_hugepage_range()
459 struct vm_area_struct *vma, unsigned long address, in hugetlb_fault()
466 static inline void hugetlb_unshare_all_pmds(struct vm_area_struct *vma) { } in hugetlb_unshare_all_pmds()
748 static inline struct hstate *hstate_vma(struct vm_area_struct *vma) in hstate_vma()
1009 static inline pte_t huge_ptep_modify_prot_start(struct vm_area_struct *vma, in huge_ptep_modify_prot_start()
1018 static inline void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, in huge_ptep_modify_prot_commit()
1281 #define flush_hugetlb_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
1284 static inline bool __vma_shareable_lock(struct vm_area_struct *vma) in __vma_shareable_lock()
1296 hugetlb_walk(struct vm_area_struct *vma, unsigned long addr, unsigned long sz) in hugetlb_walk()