Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sh/mm/
Dhugetlbpage.c66 pte = pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux-6.6.21/arch/ia64/mm/
Dhugetlbpage.c67 pte = pte_offset_huge(pmd, taddr); in huge_pte_offset()
/linux-6.6.21/arch/parisc/mm/
Dhugetlbpage.c93 pte = pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux-6.6.21/include/linux/
Dhugetlb.h191 static inline pte_t *pte_offset_huge(pmd_t *pmd, unsigned long address) in pte_offset_huge() function
198 return pte_alloc(mm, pmd) ? NULL : pte_offset_huge(pmd, address); in pte_alloc_huge()
/linux-6.6.21/arch/riscv/mm/
Dhugetlbpage.c121 pte = pte_offset_huge(pmd, addr & napot_cont_mask(order)); in huge_pte_offset()
/linux-6.6.21/arch/sparc/mm/
Dhugetlbpage.c328 return pte_offset_huge(pmd, addr); in huge_pte_offset()
/linux-6.6.21/arch/arm64/mm/
Dhugetlbpage.c351 return pte_offset_huge(pmdp, (addr & CONT_PTE_MASK)); in huge_pte_offset()