Lines Matching defs:vma
211 static inline struct hugepage_subpool *subpool_vma(struct vm_area_struct *vma) in subpool_vma()
617 struct vm_area_struct *vma, unsigned long address) in vma_hugecache_offset()
623 pgoff_t linear_hugepage_index(struct vm_area_struct *vma, in linear_hugepage_index()
633 unsigned long vma_kernel_pagesize(struct vm_area_struct *vma) in vma_kernel_pagesize()
653 unsigned long vma_mmu_pagesize(struct vm_area_struct *vma) in vma_mmu_pagesize()
687 static unsigned long get_vma_private_data(struct vm_area_struct *vma) in get_vma_private_data()
692 static void set_vma_private_data(struct vm_area_struct *vma, in set_vma_private_data()
747 static struct resv_map *vma_resv_map(struct vm_area_struct *vma) in vma_resv_map()
762 static void set_vma_resv_map(struct vm_area_struct *vma, struct resv_map *map) in set_vma_resv_map()
771 static void set_vma_resv_flags(struct vm_area_struct *vma, unsigned long flags) in set_vma_resv_flags()
779 static int is_vma_resv_set(struct vm_area_struct *vma, unsigned long flag) in is_vma_resv_set()
787 void reset_vma_resv_huge_pages(struct vm_area_struct *vma) in reset_vma_resv_huge_pages()
795 static bool vma_has_reserves(struct vm_area_struct *vma, long chg) in vma_has_reserves()
876 struct vm_area_struct *vma, in dequeue_huge_page_vma()
1456 struct vm_area_struct *vma, unsigned long addr, int nid) in __hugetlb_alloc_buddy_huge_page()
1521 struct vm_area_struct *vma, unsigned long addr, int nid) in __alloc_buddy_huge_page()
1613 struct vm_area_struct *vma, unsigned long addr) in __alloc_buddy_huge_page_with_mpol()
1785 struct vm_area_struct *vma, unsigned long addr, in __vma_reservation_common()
1819 struct vm_area_struct *vma, unsigned long addr) in vma_needs_reservation()
1825 struct vm_area_struct *vma, unsigned long addr) in vma_commit_reservation()
1831 struct vm_area_struct *vma, unsigned long addr) in vma_end_reservation()
1836 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page()
1944 struct page *alloc_huge_page_noerr(struct vm_area_struct *vma, in alloc_huge_page_noerr()
2961 static void hugetlb_vm_op_open(struct vm_area_struct *vma) in hugetlb_vm_op_open()
2977 static void hugetlb_vm_op_close(struct vm_area_struct *vma) in hugetlb_vm_op_close()
3011 static int hugetlb_vm_op_fault(struct vm_area_struct *vma, struct vm_fault *vmf) in hugetlb_vm_op_fault()
3023 static pte_t make_huge_pte(struct vm_area_struct *vma, struct page *page, in make_huge_pte()
3042 static void set_huge_ptep_writable(struct vm_area_struct *vma, in set_huge_ptep_writable()
3079 struct vm_area_struct *vma) in copy_hugetlb_page_range()
3156 void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, in __unmap_hugepage_range()
3257 struct vm_area_struct *vma, unsigned long start, in __unmap_hugepage_range_final()
3275 void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start, in unmap_hugepage_range()
3294 static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma, in unmap_ref_private()
3350 static int hugetlb_cow(struct mm_struct *mm, struct vm_area_struct *vma, in hugetlb_cow()
3473 struct vm_area_struct *vma, unsigned long address) in hugetlbfs_pagecache_page()
3489 struct vm_area_struct *vma, unsigned long address) in hugetlbfs_pagecache_present()
3521 static int hugetlb_no_page(struct mm_struct *mm, struct vm_area_struct *vma, in hugetlb_no_page()
3651 struct vm_area_struct *vma, in hugetlb_fault_mutex_hash()
3676 struct vm_area_struct *vma, in hugetlb_fault_mutex_hash()
3684 int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma, in hugetlb_fault()
3822 long follow_hugetlb_page(struct mm_struct *mm, struct vm_area_struct *vma, in follow_hugetlb_page()
3931 unsigned long hugetlb_change_protection(struct vm_area_struct *vma, in hugetlb_change_protection()
4001 struct vm_area_struct *vma, in hugetlb_reserve_pages()
4141 struct vm_area_struct *vma, in page_table_shareable()
4165 static bool vma_shareable(struct vm_area_struct *vma, unsigned long addr) in vma_shareable()
4190 struct vm_area_struct *vma = find_vma(mm, addr); in huge_pmd_share() local