Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/mips/mm/
Dhugetlbpage.c41 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, in huge_pte_offset() function
/linux-6.1.9/arch/sh/mm/
Dhugetlbpage.c49 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/linux-6.1.9/arch/loongarch/mm/
Dhugetlbpage.c33 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, in huge_pte_offset() function
/linux-6.1.9/arch/parisc/mm/
Dhugetlbpage.c74 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/linux-6.1.9/mm/
Dpage_vma_mapped.c173 pvmw->pte = huge_pte_offset(mm, pvmw->address, size); in page_vma_mapped_walk()
Dhugetlb.c4986 src_pte = huge_pte_offset(src, addr, sz); in copy_hugetlb_page_range()
5190 src_pte = huge_pte_offset(mm, old_addr, sz); in move_hugetlb_page_tables()
5261 ptep = huge_pte_offset(mm, address, sz); in __unmap_hugepage_range()
5575 ptep = huge_pte_offset(mm, haddr, huge_page_size(h)); in hugetlb_wp()
5613 ptep = huge_pte_offset(mm, haddr, huge_page_size(h)); in hugetlb_wp()
5998 ptep = huge_pte_offset(mm, haddr, huge_page_size(h)); in hugetlb_fault()
6424 pte = huge_pte_offset(mm, vaddr & huge_page_mask(h), in follow_hugetlb_page()
6605 ptep = huge_pte_offset(mm, address, psize); in hugetlb_change_protection()
7015 spte = huge_pte_offset(svma->vm_mm, saddr, in huge_pmd_share()
7137 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
[all …]
Dpagewalk.c307 pte = huge_pte_offset(walk->mm, addr & hmask, sz); in walk_hugetlb_range()
/linux-6.1.9/arch/s390/mm/
Dhugetlbpage.c207 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/linux-6.1.9/include/linux/
Dhugetlb.h205 pte_t *huge_pte_offset(struct mm_struct *mm,
417 static inline pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, in huge_pte_offset() function
/linux-6.1.9/arch/sparc/mm/
Dhugetlbpage.c304 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/linux-6.1.9/arch/powerpc/mm/
Dhugetlbpage.c36 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_offset() function
/linux-6.1.9/arch/arm64/mm/
Dhugetlbpage.c332 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() function
/linux-6.1.9/fs/hugetlbfs/
Dinode.c391 ptep = huge_pte_offset(vma->vm_mm, addr, in hugetlb_vma_maps_page()
/linux-6.1.9/fs/
Duserfaultfd.c261 ptep = huge_pte_offset(mm, address, vma_mmu_pagesize(vma)); in userfaultfd_huge_must_wait()