Searched refs:hstate_vma (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/tile/include/asm/ |
D | hugetlb.h | 105 size_t pagesize = huge_page_size(hstate_vma(vma)); in arch_make_huge_pte()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | hugetlb.h | 70 flush_tlb_page(vma, addr & huge_page_mask(hstate_vma(vma))); in huge_ptep_clear_flush()
|
/linux-4.4.14/mm/ |
D | hugetlb.c | 626 return vma_hugecache_offset(hstate_vma(vma), vma, address); in linear_hugepage_index() 640 hstate = hstate_vma(vma); in vma_kernel_pagesize() 1840 struct hstate *h = hstate_vma(vma); in alloc_huge_page() 2979 struct hstate *h = hstate_vma(vma); in hugetlb_vm_op_close() 3085 struct hstate *h = hstate_vma(vma); in copy_hugetlb_page_range() 3167 struct hstate *h = hstate_vma(vma); in __unmap_hugepage_range() 3297 struct hstate *h = hstate_vma(vma); in unmap_ref_private() 3354 struct hstate *h = hstate_vma(vma); in hugetlb_cow() 3525 struct hstate *h = hstate_vma(vma); in hugetlb_no_page() 3694 struct hstate *h = hstate_vma(vma); in hugetlb_fault() [all …]
|
D | pagewalk.c | 136 struct hstate *h = hstate_vma(vma); in walk_hugetlb_range()
|
D | migrate.c | 119 ptl = huge_pte_lockptr(hstate_vma(vma), mm, ptep); in remove_migration_pte() 250 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte); in migration_entry_wait_huge()
|
D | mempolicy.c | 537 ptl = huge_pte_lock(hstate_vma(walk->vma), walk->mm, pte); in queue_pages_hugetlb() 1817 huge_page_shift(hstate_vma(vma))), gfp_flags); in huge_zonelist()
|
D | mmap.c | 2458 ~(huge_page_mask(hstate_vma(vma))))) in __split_vma()
|
/linux-4.4.14/include/linux/ |
D | hugetlb.h | 376 static inline struct hstate *hstate_vma(struct vm_area_struct *vma) in hstate_vma() function 505 #define hstate_vma(v) NULL macro
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 652 mss->shared_hugetlb += huge_page_size(hstate_vma(vma)); in smaps_hugetlb_range() 654 mss->private_hugetlb += huge_page_size(hstate_vma(vma)); in smaps_hugetlb_range()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hugetlbpage.c | 801 return huge_page_size(hstate_vma(vma)); in vma_mmu_pagesize()
|