Searched refs:pte_alloc_huge (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/sh/mm/ |
H A D | hugetlbpage.c | 41 pte = pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | hugetlbpage.c | 44 pte = pte_alloc_huge(mm, pmd, taddr); in huge_pte_alloc()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | hugetlbpage.c | 69 pte = pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | hugetlbpage.c | 70 pte = pte_alloc_huge(mm, pmd, addr & napot_cont_mask(order)); in huge_pte_alloc()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 186 return pte_alloc_huge(mm, (pmd_t *)hpdp, addr); in huge_pte_alloc()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 301 return pte_alloc_huge(mm, pmd, addr); in huge_pte_alloc()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | hugetlbpage.c | 291 ptep = pte_alloc_huge(mm, pmdp, addr); in huge_pte_alloc()
|
/openbmc/linux/include/linux/ |
H A D | hugetlb.h | 187 * pte_offset_huge() and pte_alloc_huge() are helpers for those architectures 195 static inline pte_t *pte_alloc_huge(struct mm_struct *mm, pmd_t *pmd, in pte_alloc_huge() function
|