Searched refs:pte_alloc_huge (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/powerpc/mm/ |
| H A D | hugetlbpage.c | 72 if (!pte_alloc_huge(mm, pmd + i, addr)) in huge_pte_alloc() 79 return pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
| /linux-6.15/arch/sh/mm/ |
| H A D | hugetlbpage.c | 41 pte = pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 48 pte = pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 190 return pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | hugetlbpage.c | 70 pte = pte_alloc_huge(mm, pmd, addr & napot_cont_mask(order)); in huge_pte_alloc()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 273 ptep = pte_alloc_huge(mm, pmdp, addr); in huge_pte_alloc()
|
| /linux-6.15/include/linux/ |
| H A D | hugetlb.h | 192 static inline pte_t *pte_alloc_huge(struct mm_struct *mm, pmd_t *pmd, in pte_alloc_huge() function
|