Home
last modified time | relevance | path

Searched refs:huge_pte_offset (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/arch/ia64/mm/
Dhugetlbpage.c50 huge_pte_offset (struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_offset() function
102 ptep = huge_pte_offset(mm, addr, HPAGE_SIZE); in follow_huge_addr()
/Linux-v5.15/arch/mips/mm/
Dhugetlbpage.c41 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, in huge_pte_offset() function
/Linux-v5.15/arch/sh/mm/
Dhugetlbpage.c49 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/Linux-v5.15/arch/x86/mm/
Dhugetlbpage.c36 pte = huge_pte_offset(mm, address, vma_mmu_pagesize(vma));
/Linux-v5.15/arch/parisc/mm/
Dhugetlbpage.c74 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/Linux-v5.15/mm/
Dpage_vma_mapped.c173 pvmw->pte = huge_pte_offset(mm, pvmw->address, page_size(page)); in page_vma_mapped_walk()
Dhugetlb.c4301 src_pte = huge_pte_offset(src, addr, sz); in copy_hugetlb_page_range()
4463 ptep = huge_pte_offset(mm, address, sz); in __unmap_hugepage_range()
4703 ptep = huge_pte_offset(mm, haddr, huge_page_size(h)); in hugetlb_cow()
4740 ptep = huge_pte_offset(mm, haddr, huge_page_size(h)); in hugetlb_cow()
5074 ptep = huge_pte_offset(mm, haddr, huge_page_size(h)); in hugetlb_fault()
5451 pte = huge_pte_offset(mm, vaddr & huge_page_mask(h), in follow_hugetlb_page()
5623 ptep = huge_pte_offset(mm, address, huge_page_size(h)); in hugetlb_change_protection()
5994 spte = huge_pte_offset(svma->vm_mm, saddr, in huge_pmd_share()
6114 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
6352 ptep = huge_pte_offset(mm, address, sz); in hugetlb_unshare_all_pmds()
Dpagewalk.c307 pte = huge_pte_offset(walk->mm, addr & hmask, sz); in walk_hugetlb_range()
/Linux-v5.15/include/linux/
Dhugetlb.h189 pte_t *huge_pte_offset(struct mm_struct *mm,
349 static inline pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, in huge_pte_offset() function
/Linux-v5.15/arch/s390/mm/
Dhugetlbpage.c214 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/Linux-v5.15/arch/arm64/mm/
Dhugetlbpage.c300 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/Linux-v5.15/arch/sparc/mm/
Dhugetlbpage.c303 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/Linux-v5.15/arch/powerpc/mm/
Dhugetlbpage.c35 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_offset() function
/Linux-v5.15/fs/
Duserfaultfd.c238 ptep = huge_pte_offset(mm, address, vma_mmu_pagesize(vma)); in userfaultfd_huge_must_wait()