Home
last modified time | relevance | path

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

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