Home
last modified time | relevance | path

Searched refs:hstate_vma (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dhugetlb.h74 flush_tlb_page(vma, addr & huge_page_mask(hstate_vma(vma))); in huge_ptep_clear_flush()
/linux-4.1.27/arch/tile/include/asm/
Dhugetlb.h118 size_t pagesize = huge_page_size(hstate_vma(vma)); in arch_make_huge_pte()
/linux-4.1.27/mm/
Dhugetlb.c410 return vma_hugecache_offset(hstate_vma(vma), vma, address); in linear_hugepage_index()
424 hstate = hstate_vma(vma); in vma_kernel_pagesize()
1471 struct hstate *h = hstate_vma(vma); in alloc_huge_page()
2559 struct hstate *h = hstate_vma(vma); in hugetlb_vm_op_close()
2665 struct hstate *h = hstate_vma(vma); in copy_hugetlb_page_range()
2746 struct hstate *h = hstate_vma(vma); in __unmap_hugepage_range()
2875 struct hstate *h = hstate_vma(vma); in unmap_ref_private()
2932 struct hstate *h = hstate_vma(vma); in hugetlb_cow()
3086 struct hstate *h = hstate_vma(vma); in hugetlb_no_page()
3259 struct hstate *h = hstate_vma(vma); in hugetlb_fault()
[all …]
Dpagewalk.c136 struct hstate *h = hstate_vma(vma); in walk_hugetlb_range()
Dmigrate.c118 ptl = huge_pte_lockptr(hstate_vma(vma), mm, ptep); in remove_migration_pte()
246 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte); in migration_entry_wait_huge()
Dmempolicy.c537 ptl = huge_pte_lock(hstate_vma(walk->vma), walk->mm, pte); in queue_pages_hugetlb()
1820 huge_page_shift(hstate_vma(vma))), gfp_flags); in huge_zonelist()
Dmmap.c2443 ~(huge_page_mask(hstate_vma(vma))))) in __split_vma()
/linux-4.1.27/include/linux/
Dhugetlb.h362 static inline struct hstate *hstate_vma(struct vm_area_struct *vma) in hstate_vma() function
479 #define hstate_vma(v) NULL macro
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c786 return huge_page_size(hstate_vma(vma)); in vma_mmu_pagesize()