Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dhugetlb.h56 flush_tlb_page(vma, addr & huge_page_mask(hstate_vma(vma))); in huge_ptep_clear_flush()
/Linux-v5.4/mm/
Dhugetlb.c632 return vma_hugecache_offset(hstate_vma(vma), vma, address); in linear_hugepage_index()
2069 struct hstate *h = hstate_vma(vma); in alloc_huge_page()
3248 struct hstate *h = hstate_vma(vma); in hugetlb_vm_op_close()
3276 if (addr & ~(huge_page_mask(hstate_vma(vma)))) in hugetlb_vm_op_split()
3283 struct hstate *hstate = hstate_vma(vma); in hugetlb_vm_op_pagesize()
3377 struct hstate *h = hstate_vma(vma); in copy_hugetlb_page_range()
3480 struct hstate *h = hstate_vma(vma); in __unmap_hugepage_range()
3625 struct hstate *h = hstate_vma(vma); in unmap_ref_private()
3683 struct hstate *h = hstate_vma(vma); in hugetlb_cow()
3863 struct hstate *h = hstate_vma(vma); in hugetlb_no_page()
[all …]
Dpagewalk.c186 struct hstate *h = hstate_vma(vma); in walk_hugetlb_range()
Duserfaultfd.c259 h = hstate_vma(dst_vma); in __mcopy_atomic_hugetlb()
Dhmm.c740 ptl = huge_pte_lock(hstate_vma(vma), walk->mm, pte); in hmm_vma_walk_hugetlb_entry()
Dmempolicy.c565 ptl = huge_pte_lock(hstate_vma(walk->vma), walk->mm, pte); in queue_pages_hugetlb()
1952 huge_page_shift(hstate_vma(vma))); in huge_node()
Dmigrate.c350 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte); in migration_entry_wait_huge()
/Linux-v5.4/arch/x86/include/asm/
Dtlbflush.h574 ? huge_page_shift(hstate_vma(vma)) \
/Linux-v5.4/include/linux/
Dhugetlb.h400 static inline struct hstate *hstate_vma(struct vm_area_struct *vma) in hstate_vma() function
634 static inline struct hstate *hstate_vma(struct vm_area_struct *vma) in hstate_vma() function
/Linux-v5.4/arch/powerpc/mm/
Dpgtable.c243 struct hstate *h = hstate_vma(vma); in huge_ptep_set_access_flags()
/Linux-v5.4/arch/arm64/mm/
Dhugetlbpage.c298 size_t pagesize = huge_page_size(hstate_vma(vma)); in arch_make_huge_pte()
/Linux-v5.4/arch/sparc/mm/
Dhugetlbpage.c184 unsigned int shift = huge_page_shift(hstate_vma(vma)); in arch_make_huge_pte()
Dinit_64.c444 hugepage_size = huge_page_size(hstate_vma(vma)); in update_mmu_cache()
/Linux-v5.4/drivers/infiniband/core/
Dumem_odp.c427 h = hstate_vma(vma); in ib_umem_odp_get()
/Linux-v5.4/fs/proc/
Dtask_mmu.c729 mss->shared_hugetlb += huge_page_size(hstate_vma(vma)); in smaps_hugetlb_range()
731 mss->private_hugetlb += huge_page_size(hstate_vma(vma)); in smaps_hugetlb_range()
/Linux-v5.4/virt/kvm/arm/
Dmmu.c1600 lsb = huge_page_shift(hstate_vma(vma)); in kvm_send_hwpoison_signal()
1715 gfn = (fault_ipa & huge_page_mask(hstate_vma(vma))) >> PAGE_SHIFT; in user_mem_abort()