Home
last modified time | relevance | path

Searched refs:pmd_mkcont (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/arm64/mm/
H A Dhugetlbpage.c366 return pmd_pte(pmd_mkhuge(pmd_mkcont(pte_pmd(entry)))); in arch_make_huge_pte()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h291 static inline pmd_t pmd_mkcont(pmd_t pmd) in pmd_mkcont() function