Home
last modified time | relevance | path

Searched refs:pte_offset_huge (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/sh/mm/
H A Dhugetlbpage.c66 pte = pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux-6.15/arch/parisc/mm/
H A Dhugetlbpage.c72 pte = pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux-6.15/arch/sparc/mm/
H A Dhugetlbpage.c217 return pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux-6.15/include/linux/
H A Dhugetlb.h188 static inline pte_t *pte_offset_huge(pmd_t *pmd, unsigned long address) in pte_offset_huge() function
195 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()
/linux-6.15/arch/riscv/mm/
H A Dhugetlbpage.c121 pte = pte_offset_huge(pmd, addr & napot_cont_mask(order)); in huge_pte_offset()
/linux-6.15/arch/arm64/mm/
H A Dhugetlbpage.c325 return pte_offset_huge(pmdp, (addr & CONT_PTE_MASK)); in huge_pte_offset()